VirtualBox

Changeset 35893 in vbox for trunk


Ignore:
Timestamp:
Feb 8, 2011 9:46:48 AM (14 years ago)
Author:
vboxsync
Message:

Comment update.

File:
1 edited

Legend:

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

    r35889 r35893  
    81368136    <method name="internalGetStatistics">
    81378137      <desc>
    8138         Internal method; do not use as it might change at any time
     8138        Internal method; do not use as it might change at any time.
    81398139      </desc>
    81408140      <param name="cpuUser" type="unsigned long" dir="out">
    8141         <desc>Percentage of processor time spent in user mode as seen by the guest</desc>
     8141        <desc>Percentage of processor time spent in user mode as seen by the guest.</desc>
    81428142      </param>
    81438143      <param name="cpuKernel" type="unsigned long" dir="out">
    8144         <desc>Percentage of processor time spent in kernel mode as seen by the guest</desc>
     8144        <desc>Percentage of processor time spent in kernel mode as seen by the guest.</desc>
    81458145      </param>
    81468146      <param name="cpuIdle" type="unsigned long" dir="out">
    8147         <desc>Percentage of processor time spent idling as seen by the guest</desc>
     8147        <desc>Percentage of processor time spent idling as seen by the guest.</desc>
    81488148      </param>
    81498149      <param name="memTotal" type="unsigned long" dir="out">
    8150         <desc>Total amount of physical guest RAM</desc>
     8150        <desc>Total amount of physical guest RAM.</desc>
    81518151      </param>
    81528152      <param name="memFree" type="unsigned long" dir="out">
    8153         <desc>Free amount of physical guest RAM</desc>
     8153        <desc>Free amount of physical guest RAM.</desc>
    81548154      </param>
    81558155      <param name="memBalloon" type="unsigned long" dir="out">
    8156         <desc>Amount of ballooned physical guest RAM</desc>
     8156        <desc>Amount of ballooned physical guest RAM.</desc>
    81578157      </param>
    81588158      <param name="memShared" type="unsigned long" dir="out">
    8159         <desc>Amount of shared physical guest RAM</desc>
     8159        <desc>Amount of shared physical guest RAM.</desc>
    81608160      </param>
    81618161      <param name="memCache" type="unsigned long" dir="out">
    8162         <desc>Total amount of guest (disk) cache memory</desc>
     8162        <desc>Total amount of guest (disk) cache memory.</desc>
    81638163      </param>
    81648164      <param name="pagedTotal" type="unsigned long" dir="out">
    8165         <desc>Total amount of space in the page file</desc>
     8165        <desc>Total amount of space in the page file.</desc>
    81668166      </param>
    81678167      <param name="memAllocTotal" type="unsigned long" dir="out">
    8168         <desc>Total amount of memory allocated by the hypervisor</desc>
     8168        <desc>Total amount of memory allocated by the hypervisor.</desc>
    81698169      </param>
    81708170      <param name="memFreeTotal" type="unsigned long" dir="out">
    8171         <desc>Total amount of free memory available in the hypervisor</desc>
     8171        <desc>Total amount of free memory available in the hypervisor.</desc>
    81728172      </param>
    81738173      <param name="memBalloonTotal" type="unsigned long" dir="out">
    8174         <desc>Total amount of memory ballooned by the hypervisor</desc>
     8174        <desc>Total amount of memory ballooned by the hypervisor.</desc>
    81758175      </param>
    81768176      <param name="memSharedTotal" type="unsigned long" dir="out">
    8177         <desc>Total amount of shared memory in the hypervisor</desc>
     8177        <desc>Total amount of shared memory in the hypervisor.</desc>
    81788178      </param>
    81798179    </method>
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