Changeset 59868 in webkit for trunk/JavaScriptCore/wtf/CurrentTime.cpp
- Timestamp:
- May 20, 2010, 3:17:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/CurrentTime.cpp
r58429 r59868 164 164 // To combine them, we call ftime and QueryPerformanceCounter initially. Later calls will use QueryPerformanceCounter 165 165 // by itself, adding the delta to the saved ftime. We periodically re-sync to correct for drift. 166 static bool started;167 166 static double syncLowResUTCTime; 168 167 static double syncHighResUpTime;
Note:
See TracChangeset
for help on using the changeset viewer.