- Timestamp:
- Jun 26, 2008 2:25:49 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32387
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp
r8245 r9958 42 42 #if 1 43 43 ULONGLONG InterruptTime = KeQueryInterruptTime(); 44 return (uint64_t)InterruptTime * 100; 44 return (uint64_t)InterruptTime * 100; /* The value is in 100ns, convert to ns units. */ 45 45 #else 46 46 LARGE_INTEGER InterruptTime;
Note:
See TracChangeset
for help on using the changeset viewer.