Added microsecond precision to timers.

This commit is contained in:
Daviw Williams
2013-11-14 15:35:41 +01:00
parent 5294efc473
commit 3db5e1b2f6
2 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace PolyVox
float elapsedTimeInSeconds(void);
uint32_t elapsedTimeInMilliSeconds(void);
uint32_t elapsedTimeInMicroSeconds(void);
private:
#if defined(_MSC_VER)