Merging dottrace profiling results to one

I am having multiple profiler (or sampling) result of the same application which is executed on multiple processes. I would like to merge these result together.

Do you have any tool which supports that? 

Performance viewer can compare only 2 results together, although its functionality would be suitable.

Alternatively, would it be possible to export profiling result to a human readable format?

0
1 comment

Hello,

dotTrace has command line tools (https://www.jetbrains.com/profiler/download/#section=commandline) package which contain Reporter.exe tool. Reporter.exe can analyze a snapshot or compare a pair of snapshots and generates an XML report with performance data: https://www.jetbrains.com/help/profiler/Performance_Profiling__Profiling_Using_the_Command_Line.html#reporter

 

 

 

0

Please sign in to leave a comment.