VirtualBox

Changeset 29880 in vbox for trunk


Ignore:
Timestamp:
May 30, 2010 11:31:15 AM (15 years ago)
Author:
vboxsync
Message:

tm.h: docs

File:
1 edited

Legend:

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

    r28800 r29880  
    44
    55/*
    6  * Copyright (C) 2006-2007 Oracle Corporation
     6 * Copyright (C) 2006-2010 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    5252    TMCLOCK_REAL = 0,
    5353    /** Virtual guest time.
    54      * This clock only ticks when the guest is running. It's implemented
    55      * as an offset to real time. */
     54     * This clock only ticks when the guest is running.  It's implemented
     55     * as an offset to monotonic real time (GIP). */
    5656    TMCLOCK_VIRTUAL,
    5757    /** Virtual guest synchronized timer time.
    58      * This is a special clock and timer queue for synchronizing virtual timers and
    59      * virtual time sources. This clock is trying to keep up with TMCLOCK_VIRTUAL,
    60      * but will wait for timers to be executed. If it lags too far behind TMCLOCK_VIRTUAL,
    61      * it will try speed up to close the distance.
    62      * @remarks Do not use this unless you *must*. */
     58     * This is a special clock and timer queue for synchronizing virtual timers
     59     * and virtual time sources.  This clock is trying to keep up with
     60     * TMCLOCK_VIRTUAL, but will wait for timers to be executed.  If it lags
     61     * too far behind TMCLOCK_VIRTUAL, it will try speed up to close the
     62     * distance.
     63     * @remarks Do not use this unless you really *must*. */
    6364    TMCLOCK_VIRTUAL_SYNC,
    64     /** Virtual CPU timestamp. (Running only when we're executing guest code.) */
     65    /** Virtual CPU timestamp.
     66     * By default this is a function of TMCLOCK_VIRTUAL_SYNC and the virtual
     67     * CPU frequency. */
    6568    TMCLOCK_TSC,
    6669    /** Number of clocks. */
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