Re: How can I get the minimum time unit in vc?
- From: "Jochen Kalmbach [MVP]" <nospam-Jochen.Kalmbach@xxxxxxxxx>
- Date: Thu, 27 Oct 2005 11:21:16 +0200
Hi Johnny!
Is there any possibility that other processes in system would have an effect on the result? And is this quite dependent on the running system or platform?
I can guarantee that other processes / device-drivers and other OS stuff have impact on the results.
The reason is simply: Windows is not a realtime OS, so the timing is not guaranteed; you can only measure an average.
Mainly it depends on other ready-to-run threads with the same or higher priority; and it also depends on the time used for ISRs.
-- Greetings Jochen
My blog about Win32 and .NET http://blog.kalmbachnet.de/ .
- Follow-Ups:
- Re: How can I get the minimum time unit in vc?
- From: Johnny Lee
- Re: How can I get the minimum time unit in vc?
- References:
- How can I get the minimum time unit in vc?
- From: Johnny Lee
- Re: How can I get the minimum time unit in vc?
- From: Jochen Kalmbach [MVP]
- Re: How can I get the minimum time unit in vc?
- From: Johnny Lee
- How can I get the minimum time unit in vc?
- Prev by Date: Re: How can I get the minimum time unit in vc?
- Next by Date: how to debug a dll containing a com object instantiated by a jscript called from a batch file
- Previous by thread: Re: How can I get the minimum time unit in vc?
- Next by thread: Re: How can I get the minimum time unit in vc?
- Index(es):
Relevant Pages
|