Changeset 34858 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Jun 28, 2008, 3:21:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r34854 r34858 888 888 // It doesn't matter what "current time" is here, just as long as 889 889 // it's possible to measure the time difference correctly. 890 // In an ideal world this would be in DateMath or some such, but unfortunately891 // that's a regression.890 // In an ideal world this would just be getCurrentUTCTimeWithMicroseconds 891 // from DateMath.h, but unfortunately there's a slowdown if we use tha. 892 892 static inline unsigned getCurrentTime() 893 893 {
Note:
See TracChangeset
for help on using the changeset viewer.