Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: tools/timer/SysTimer_windows.h

Issue 394363003: Use __rdtsc on Windows. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/Stats.h ('k') | tools/timer/SysTimer_windows.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/timer/SysTimer_windows.h
diff --git a/tools/timer/SysTimer_windows.h b/tools/timer/SysTimer_windows.h
index 62a94451341028c01c06e4838640c7e76e8fc4fe..380debd3132f714af407abe64719dd77c54446e1 100644
--- a/tools/timer/SysTimer_windows.h
+++ b/tools/timer/SysTimer_windows.h
@@ -19,7 +19,7 @@ public:
double endWall();
private:
ULONGLONG fStartCpu;
- LARGE_INTEGER fStartWall;
+ unsigned __int64 fStartWall;
};
#endif
« no previous file with comments | « tools/Stats.h ('k') | tools/timer/SysTimer_windows.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698