- Timestamp:
- Jul 17, 2008 1:47:35 PM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Performance.h
r10725 r10726 283 283 unsigned long getMaxValue() { return mBaseMetric->getMaxValue(); }; 284 284 unsigned long getPeriod() { return mBaseMetric->getPeriod(); }; 285 unsigned long getLength() { return m BaseMetric->getLength(); };285 unsigned long getLength() { return mAggregate ? 1 : mBaseMetric->getLength(); }; 286 286 void query(unsigned long **data, unsigned long *count); 287 287 -
trunk/src/VBox/Main/testcase/tstAPI.cpp
r10725 r10726 926 926 #endif 927 927 928 #if 1928 #if 0 929 929 do { 930 930 // Get collector
Note:
See TracChangeset
for help on using the changeset viewer.