VirtualBox

Changeset 20681 in vbox for trunk


Ignore:
Timestamp:
Jun 18, 2009 11:07:17 AM (16 years ago)
Author:
vboxsync
Message:

STAM: Added STAMUNIT_TICKS.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/stam.h

    r20374 r20681  
    198198    /** Number of occurences. */
    199199    STAMUNIT_OCCURENCES,
     200    /** Ticks. */
     201    STAMUNIT_TICKS,
    200202    /** Ticks per call. */
    201203    STAMUNIT_TICKS_PER_CALL,
  • trunk/src/VBox/VMM/STAM.cpp

    r19707 r20681  
    17951795        case STAMUNIT_ERRORS:               return "errors";
    17961796        case STAMUNIT_OCCURENCES:           return "times";
     1797        case STAMUNIT_TICKS:                return "ticks";
    17971798        case STAMUNIT_TICKS_PER_CALL:       return "ticks/call";
    17981799        case STAMUNIT_TICKS_PER_OCCURENCE:  return "ticks/time";
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