The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: tekhead009 on March 01, 2005, 02:13:40 PM

Title: Debugger / Average clock cycle counter
Post by: tekhead009 on March 01, 2005, 02:13:40 PM
http://www.masmforum.com/simple/index.php?topic=864.0

Mentioned within the above thread was somebody measuring the effectiveness of their code by the average clock cycles.
Is there a proggie you could point me to that would do this?

Also, is there a [free/cheap] 32-bit debugger that somebody could reccomend so I can step through my code? Currently I'm using message boxes to find where and why my code fails, and I'm sure I'm wasting an enormous amount of time doing it that way.
Title: Re: Debugger / Average clock cycle counter
Post by: pro3carp3 on March 01, 2005, 02:19:04 PM
I like Ollydbg:

http://home.t-online.de/home/Ollydbg/
Title: Re: Debugger / Average clock cycle counter
Post by: AeroASM on March 01, 2005, 02:26:15 PM
For measuring the speed of your code in clock cycles, there is some stuff in a thread in the Laboratory.
Title: Re: Debugger / Average clock cycle counter
Post by: tekhead009 on March 01, 2005, 02:49:31 PM
Spectacular, Thanks!  :U