![]() |
Prev | Next | microsoft_timer |
s = microsoft_timer()
_MSC_VER
is defined).
It does not necessary work for time intervals that are greater than a day.
It uses ::GetSystemTime
for timing.
double
equal to the
number of seconds since the first call to microsoft_timer
.
speed/src/microsoft_timer.cpp
.
The preprocessor symbol _MSC_VER
must
be defined, or this routine is not compiled.