Re: How can I get the minimum time unit in vc?



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/
.



Relevant Pages

  • Re: We are lost --> Playing audio from byte array
    ... compile these for some reason. ... There is a separate download for VS 2005. ... the appropriate version of the Windows (Platform) SDK installed and that ...
    (microsoft.public.win32.programmer.directx.audio)
  • Re: C++ wrapper for a fortran77 program??
    ... I would like to make it work on windows. ... > effort for no reason. ... > getting a Fortran compiler. ... > platform in this regard. ...
    (comp.lang.fortran)
  • where are the .pyc files?
    ... but for some reason i ... don't see them on the Windows platform... ... try.pyc file in my folder even if i turn the "show hidden file" to on. ...
    (comp.lang.python)
  • Re: About Windows address space
    ... Yeah, and it's the reason why - though, trying to work out a way to ... some of the stuff over on Windows for the "time being";)... ... convinced about the "ASCII strings"... ... you can't really "re-use" the older ordinals because they ...
    (alt.lang.asm)
  • Re: client -server interaction over XML supporting multiple protocols
    ... > analyzing various models to develop the server. ... The Windows WinInet at just the socket layer is also very ... expected to be different for each platform. ... will the XML size constraints significantly hinder the request ...
    (comp.lang.cpp)

Loading