Y
Hacker News
new
|
ask
|
show
|
jobs
by
prefect42
3448 days ago
That's a nice memory profiler, have good success with it. I've also used DebugDiag,
https://www.microsoft.com/en-us/download/details.aspx?id=499...
and plain ol' perfmon and its performance counters, to help track down GC-related issues.
1 comments
gumaflux
3448 days ago
Agreed. Starting point PerfMon and PerfCounters, as an addition to great suggested profilers I would also have a look at PerfView / ETW.
https://blogs.msdn.microsoft.com/dotnet/2012/10/09/improving...
link
https://blogs.msdn.microsoft.com/dotnet/2012/10/09/improving...