19 #pragma warning(disable:4668)
20 #pragma warning(disable:4820)
21 #pragma warning(disable:4255)
42 #elif __linux__ || __APPLE__ ||__CYGWIN__ || __QNXNTO__
45 #error "Unknown System"
Provides simple timing capabilities.
Definition: time.h:37
VnError VnStopwatch_reset(VnStopwatch *stopwatch)
Resets the stopwatch's timing.
VnError VnStopwatch_initializeAndStart(VnStopwatch *stopwatch)
Initializes and starts a stopwatch.
VnError VnStopwatch_elapsedMs(VnStopwatch *stopwatch, float *elapsedMs)
Determines the number of milliseconds elapsed since the last reset of the stopwatch.