tickcount alternatives
#6

Quote:
Originally Posted by hbzi
Посмотреть сообщение
But I need milliseconds too.
GetTickCount() is meant as a measurement of time relative to another one (so for example counting the time that has passed), not an absolute measurement (like gettime(), which is always the same). If your implementation relies on GetTickCount() always being the same you're not using it correctly. With this in mind, any implementation that needs to use gettime() doesn't require that much accuracy.
Reply


Messages In This Thread
tickcount alternatives - by hbzi - 17.06.2013, 19:41
Re: tickcount alternatives - by Sinner - 17.06.2013, 19:45
Re: tickcount alternatives - by hbzi - 17.06.2013, 19:47
Re: tickcount alternatives - by Cameryn - 17.06.2013, 20:22
Re: tickcount alternatives - by hbzi - 17.06.2013, 20:25
Re: tickcount alternatives - by Sinner - 18.06.2013, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)