Is there a way to analyze a dotTrace capture programmtically ?
Hello, I know that dotTrace has a self-profiling SDK that can capture traces, but is there a way to analyze it programmatically?
I want to be able to do some basic analysis of timings in unit tests or production and detect known problems/suspect areas to save some time having to upload the capture and analyze it. It would be useful for performance regressions as well in unexpected code areas.
Please sign in to leave a comment.
Hi,
Yes, we have the Reporter.exe tool which allows you to automatically generate reports for performance snapshots. See this page for details: https://www.jetbrains.com/help/profiler/Performance_Profiling__Profiling_Using_the_Command_Line.html#reporter
Additional information is available in the integrated help of the tool.
Awesome, thanks.