View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
[email protected] joeu2004@hotmail.com is offline
external usenet poster
 
Posts: 418
Default How can I monitor CPU time of algorithm I developed in Excel vba?

PS....

I wrote:
On my MS Win XP Pro SP2 system,
Timer() has the same resolution as GetTickCount().


That was not intended to be a recommendation. If you do the resolution
tests, you might also notice that Timer() has significantly more
overhead then GetTickCount(). At least, that seems self-evident on my
MS Win XP Pro SP2 system with a 2.13 GHz Pentium CPU (single core).