In a previous post (Automating memory profiling with the JetBrains dotMemory Profiler API), I described the steps that could be used to automate the collection of memory snapshots and profiling data by using the JetBrains Profiler API NuGet package. In that post, we triggered the profiling session using the dotMemory application on Windows. As part […] The post Profiling Memory Allocations on Linux using the JetBrains dotMemory Command-Line Profiler appeared first on Steve Gordon - Code wit...| Steve Gordon – Code with Steve
Those who have read some of my previous performance-focused blog posts will know that I use the dotMemory product from JetBrains when working on code optimisations. In this post, I want to demonstrate a really handy, but somewhat underutilised feature, to automate the collection of snapshots in a repeatable way. I use these steps quite […] The post Automating Memory Profiling with the JetBrains dotMemory Profiler API appeared first on Steve Gordon - Code with Steve. --- Automating Memory Pr...| Steve Gordon – Code with Steve