VirtualBox

Changeset 6289

Show
Ignore:
Timestamp:
01/09/08 01:47:53 (11 months ago)
Author:
vboxsync
Message:

doxygen: gcfgm alias usage example.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r5999 r6289  
    107107    GVMHANDLE           aHandles[128]; 
    108108 
    109     /** The number of VMs that means we no longer considers ourselves along on a CPU/Core. 
    110      * @gcfgm   /GVMM/cVMsMeansCompany 32-bit  0..UINT32_MAX 
     109    /** @gcfgm{/GVMM/cVMsMeansCompany, 32-bit, 0, UINT32_MAX, 1} 
     110     * The number of VMs that means we no longer consider ourselves alone on a CPU/Core. 
    111111     */ 
    112112    uint32_t            cVMsMeansCompany; 
    113     /** The minimum sleep time for when we're alone, in nano seconds. 
    114      * @gcfgm   /GVMM/MinSleepAlone     32-bit  0..100000000 
     113    /** @gcfgm{/GVMM/MinSleepAlone,32-bit, 0, 100000000, 750000, ns} 
     114     * The minimum sleep time for when we're alone, in nano seconds. 
    115115     */ 
    116116    uint32_t            nsMinSleepAlone; 
    117     /** The minimum sleep time for when we've got company, in nano seconds. 
    118      * @gcfgm   /GVMM/MinSleepCompany   32-bit  0..100000000 
     117    /** @gcfgm{/GVMM/MinSleepCompany,32-bit,0, 100000000, 15000, ns} 
     118     * The minimum sleep time for when we've got company, in nano seconds. 
    119119     */ 
    120120    uint32_t            nsMinSleepCompany; 
    121     /** The limit for the first round of early wakeups, given in nano seconds. 
    122      * @gcfgm   /GVMM/EarlyWakeUp1      32-bit  0..100000000 
     121    /** @gcfgm{/GVMM/EarlyWakeUp1, 32-bit, 0, 100000000, 25000, ns} 
     122     * The limit for the first round of early wakeups, given in nano seconds. 
    123123     */ 
    124124    uint32_t            nsEarlyWakeUp1; 
    125     /** The limit for the second round of early wakeups, given in nano seconds. 
    126      * @gcfgm   /GVMM/EarlyWakeUp2      32-bit  0..100000000 
     125    /** @gcfgm{/GVMM/EarlyWakeUp2, 32-bit, 0, 100000000, 50000, ns} 
     126     * The limit for the second round of early wakeups, given in nano seconds. 
    127127     */ 
    128128    uint32_t            nsEarlyWakeUp2; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy