VirtualBox

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


Ignore:
Timestamp:
Jul 14, 2008 1:40:00 PM (16 years ago)
Author:
vboxsync
Message:

Performance API documentation update.

File:
1 edited

Legend:

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

    r10595 r10598  
    1020810208      <param name="period" type="unsigned long" dir="in">
    1020910209        <desc>
    10210           @todo ???
     10210          Time interval in seconds between two consecutive samples of performace
     10211          data.
    1021110212        </desc>
    1021210213      </param>
    1021310214      <param name="count" type="unsigned long" dir="in">
    1021410215        <desc>
    10215           @todo ???
     10216          Number of samples to retain in performance data history. Older samples
     10217          get discarded.
    1021610218        </desc>
    1021710219      </param>
     
    1028610288      <param name="returnMetricNames" type="wstring" dir="out" safearray="yes">
    1028710289        <desc>
    10288           @todo ???
     10290          Names of metrics returned in @c returnData.
    1028910291        </desc>
    1029010292      </param>
    1029110293      <param name="returnObjects" type="$unknown" dir="out" safearray="yes">
    1029210294        <desc>
    10293           @todo ???
     10295          Objects associated with metrics returned in @c returnData.
    1029410296        </desc>
    1029510297      </param>
    1029610298      <param name="returnDataIndices" type="unsigned long" dir="out" safearray="yes">
    1029710299        <desc>
    10298           @todo ???
     10300          Indices of the first elements of value sequences of particular metrics
     10301          returned in @c returnData.
    1029910302        </desc>
    1030010303      </param>
    1030110304      <param name="returnDataLengths" type="unsigned long" dir="out" safearray="yes">
    1030210305        <desc>
    10303           @todo ???
     10306          Lengths of value sequences of particular metrics.
    1030410307        </desc>
    1030510308      </param>
    1030610309      <param name="returnData" type="long" dir="return" safearray="yes">
    1030710310        <desc>
    10308           @todo ???
     10311          Flattened array of all metric data containing sequences of values for
     10312          each metric. The first value for metric <tt>metricNames[i]</tt> is at
     10313          <tt> returnData[returnIndices[i]]</tt>.
    1030910314        </desc>
    1031010315      </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