Stephan
Mon Sep 20 15:58:50 CDT 2004
I'd suggest the same site, but a different article ;) See
"Performance Instrumenting Device Drivers"
http://www.sysinternals.com/ntw2k/info/sysperf.shtml
[How could we all live if there were no SysInternals...]
Stephan
---
On Mon, 20 Sep 2004 19:07:53 +0300, "Arkady Frenkel"
<arkadyf@hotmailxdotx.com> wrote:
>Look at
http://www.sysinternals.com/ntw2k/info/timer.shtml
>Arkady
>
>"beginthreadex" <thomas_remkus@westwoodone.com> wrote in message
>news:eco5KwxnEHA.536@TK2MSFTNGP11.phx.gbl...
>> Is there an API that I can tap into from an NT Service that will allow me
>to
>> get an estimated CPU clock cycles it takes to do X code? I have to do
>> reports on performance and we normally do GetTickCount() but I need
>someone
>> closer to the CPU Cycle level.