Changeset 552 in vbox
- Timestamp:
- Feb 2, 2007 2:06:32 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/STAM.cpp
r23 r552 992 992 case STAMUNIT_TICKS_PER_OCCURENCE: return "ticks/time"; 993 993 case STAMUNIT_GOOD_BAD: return "good:bad"; 994 case STAMUNIT_MEGABYTES: return "MBs"; 994 case STAMUNIT_MEGABYTES: return "megabytes"; 995 case STAMUNIT_KILOBYTES: return "kilobytes"; 995 996 996 997 default:
Note:
See TracChangeset
for help on using the changeset viewer.