Thread: Elapsed Time
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Elapsed Time

The class Myrna Refers to at Charles' site uses the QueryPerformancCounter
method - so if you want to see a sample implementation, that would be a
source.

It is at the bottom of his downloads page:
http://www.decisionmodels.com/downloads.htm

--
Regards,
Tom Ogilvy

"Random" <Random@nwhere wrote in message
...
Perfect. Thanks a lot.

Random


On Thu, 4 Sep 2003 22:27:56 -0400, "Tom Ogilvy"
wrote:

http://support.microsoft.com/default...b;EN-US;172338
HOWTO: Use QueryPerformanceCounter to Time Code

actually provides several different approaches.