- Timestamp:
- Jun 18, 2009 11:07:17 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/stam.h
r20374 r20681 198 198 /** Number of occurences. */ 199 199 STAMUNIT_OCCURENCES, 200 /** Ticks. */ 201 STAMUNIT_TICKS, 200 202 /** Ticks per call. */ 201 203 STAMUNIT_TICKS_PER_CALL, -
trunk/src/VBox/VMM/STAM.cpp
r19707 r20681 1795 1795 case STAMUNIT_ERRORS: return "errors"; 1796 1796 case STAMUNIT_OCCURENCES: return "times"; 1797 case STAMUNIT_TICKS: return "ticks"; 1797 1798 case STAMUNIT_TICKS_PER_CALL: return "ticks/call"; 1798 1799 case STAMUNIT_TICKS_PER_OCCURENCE: return "ticks/time";
Note:
See TracChangeset
for help on using the changeset viewer.