diff --git a/src/OSD/OSD_Timer.cxx b/src/OSD/OSD_Timer.cxx index 48a14f4968..8940f49bbc 100755 --- a/src/OSD/OSD_Timer.cxx +++ b/src/OSD/OSD_Timer.cxx @@ -73,7 +73,7 @@ static inline Standard_Real GetWallClockTime () LARGE_INTEGER time; return isOk && QueryPerformanceCounter (&time) ? (Standard_Real)time.QuadPart / (Standard_Real)freq.QuadPart : - 0.000001 * GetTickCount(); + 0.001 * GetTickCount(); } #endif /* WNT */