jeudi 23 avril 2015

In C++11, what is the fastest way to get system ticks/time?

My program frequently calls WINAPI function timeGetTime(), which should be replaced with usage of <chrono> (standard library). What is the best way to get system time - in float or int, for my case?

I do not need tracking the date or day time, i only need precise relative ms/seconds value, which always increments. Is there any?

Aucun commentaire:

Enregistrer un commentaire