.NET Profiler that provides function call history?

  • Thread starter Thread starter Samuel R. Neff
  • Start date Start date
S

Samuel R. Neff

Are there any .NET Profilers that can provide a simple function call
history? I don't want to know how long functions were executed but
rather which functions were executed in what order, etc.

Thanks,

Sam
 
The Compuware DevPartner profiler has a call map mode that will show
you, for any method, which methods called it and what it called.
However, I've never been able to get it to work in the freebie
Community edition (although it's on the menu).

http://www.compuware.com/products/devpartner/default.htm

I expect that you have to pay $$ for the real software in order to
enable that feature. Fair enough: they're giving you something for
free. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top