VirtualBox

Changeset 2073 in vbox for trunk


Ignore:
Timestamp:
Apr 13, 2007 12:54:36 PM (18 years ago)
Author:
vboxsync
Message:

Added TMVirtualGetEx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/tm.h

    r2060 r2073  
    100100
    101101/**
     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 */
     113TMDECL(uint64_t) TMVirtualGetEx(PVM pVM, bool fCheckTimers);
     114
     115/**
    102116 * Gets the current TMCLOCK_VIRTUAL_SYNC time.
    103117 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette