Does anyone know how to performance test a program based on steps taken until finish?

Hello,

Another question, hope you don’t mind.
Is it possible to performance test a program based on steps taken until finish?

The reason I am asking is that I would like to test some algorithms.

There is a performance test built in in visual studio, but this calculates CPU load and time. But I am not looking for time, I am looking for the number of steps taken.

Thank you!

If it was full .NET I could point you some places but for Micro I think you’d need to program your own tool or possibly put in some debug compile statements to print it out in code.

could you point me to a tool for full .net then?

Thank you!

I like and use

EQUATEC Profiler:

http://www.eqatec.com/Profiler/Home.aspx

Red Gate ANTS tools:

Red Gate would have been my sugesstion as well.

Thank you, I am downloading it at the moment. I hope this will work well. It’s very promising! ;D