VirtualBox

Changeset 9937 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jun 25, 2008 6:18:13 PM (17 years ago)
Author:
vboxsync
Message:

Main: Corrected getProcessorUsage() impl (docs, spacing etc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r9904 r9937  
    34673467      </param>
    34683468    </method>
    3469    
     3469
    34703470    <method name="getConfigRegistryValue">
    34713471      <desc>
     
    35063506    <method name="getProcessorUsage">
    35073507      <desc>
    3508         Returns the current processor usage measured over all cores of all
    3509         processors in the host system.
    3510 
    3511         <note>
    3512           The maximum value is 1000000000 which means that all cores of all CPUs
    3513           are completely used.
    3514         </note>
     3508        Returns the current processor usage by this virtual machine measured
     3509        over all cores of all processors in the host system.
     3510
     3511        The values returned for each parameter are in range from <tt>0</tt> (the
     3512        machine is powered off or does not load the CPUs at all) to
     3513        <tt>1 000 000 000</tt> (all cores of all CPUs are fully in use by this
     3514        machine).
    35153515      </desc>
    35163516      <param name="user" type="unsigned long" dir="out">
    3517         <desc>The pecentage of processor time spent executing in user
    3518           mode.
     3517        <desc>
     3518          Pecentage of processor time spent executing in user mode.
    35193519        </desc>
    35203520      </param>
    35213521      <param name="system" type="unsigned long" dir="out">
    3522         <desc>The pecentage of processor time spent executing in kernel
    3523           mode.
     3522        <desc>
     3523          Pecentage of processor time spent executing in kernel mode.
    35243524        </desc>
    35253525      </param>
     
    50445044    <method name="getProcessorUsage">
    50455045      <desc>
    5046         Returns the current processor usage measured over all cores of all
    5047         processors in the host system.
    5048 
    5049         <note>
    5050           The maximum value is 1000000000 which means that all cores of all CPUs
     5046        Returns the processor usage by the whole host system measured over all
     5047        cores of all processors of the host machine.
     5048
     5049        The values returned for each parameter are in range from <tt>0</tt> (the
     5050        machine is powered off or doesn't load the CPUs at all) to
     5051        <tt>1 000 000 000</tt> (all cores of all CPUs are fully loaded by this
     5052        machine).
     5053
     5054        <note>
     5055          The maximum value is 1000000000 which means that all cores of all CPUs
    50515056          are completely used.
    50525057        </note>
    50535058      </desc>
    50545059      <param name="user" type="unsigned long" dir="out">
    5055         <desc>The pecentage of processor time spent executing in user
    5056           mode.
     5060        <desc>
     5061          Pecentage of processor time spent executing in user mode.
    50575062        </desc>
    50585063      </param>
    50595064      <param name="system" type="unsigned long" dir="out">
    5060         <desc>The pecentage of processor time spent executing in kernel
    5061           mode.
     5065        <desc>
     5066          Pecentage of processor time spent executing in kernel mode.
    50625067        </desc>
    50635068      </param>
    50645069      <param name="idle" type="unsigned long" dir="out">
    5065         <desc>The pecentage of processor time spent doing nothing.
     5070        <desc>
     5071          Pecentage of processor time spent doing nothing.
    50665072        </desc>
    50675073      </param>
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