Fix time measurement issud

This commit is contained in:
Shawn Chain
2018-07-04 17:54:38 +08:00
parent ae532156c5
commit 657ef07b56
2 changed files with 7 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ private:
LARGE_INTEGER m_frequency;
LARGE_INTEGER m_start;
#else
struct timeval m_start;
struct timespec m_start;
#endif
};