- Timestamp:
- Apr 13, 2007 12:54:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tm.h
r2060 r2073 100 100 101 101 /** 102 * Gets the current TMCLOCK_VIRTUAL time 103 * 104 * @returns The timestamp. 105 * @param pVM VM handle. 106 * @param fCheckTimers Check timers or not 107 * 108 * @remark While the flow of time will never go backwards, the speed of the 109 * progress varies due to inaccurate RTTimeNanoTS and TSC. The latter can be 110 * influenced by power saving (SpeedStep, PowerNow!), while the former 111 * makes use of TSC and kernel timers. 112 */ 113 TMDECL(uint64_t) TMVirtualGetEx(PVM pVM, bool fCheckTimers); 114 115 /** 102 116 * Gets the current TMCLOCK_VIRTUAL_SYNC time. 103 117 *
Note:
See TracChangeset
for help on using the changeset viewer.