c# - Do you know of a .NET profiler that samples callstack on a timer, generating a map of time spent? -


as far map goes, think windirstat. ideally show time instead of file size, namespace , class instead of directory, , method instead of file.

here's have been reading.

certain editions of visual studio includes sampling profiler:

  • view -> other windows -> performance explorer
  • launch perfomance wizard -> cpu sampling -> next -> next -> finish
  • launch profiler

the sample profiling report includes many views, similar map describe.

i have use many profilers, , while profiler not fanciest profiler in world, produce trustworthy results, , makes invaluable.


Comments