Measure method performance?

  • Thread starter Thread starter DC
  • Start date Start date
D

DC

Hi,

I am looking for a simple performance benchmark, I need a report of
how much time my methods need to execute - just to get an indication
of where it is best to start optimizing the code. Of course I can
benchmark every method by taking the start and stop time when the
program enters and exits the method but maybe there is a tool out
there to get this done in a more convenient fashion?

Thanks for any hint,

regards

DC
 
Very very cool. Thank you, Peter. Tried it and it is exactly what I
was looking for, just I need a way to test a windows service with
this, but that hopefully won't be much of a problem.

Best regards

DC
 
Back
Top