Changeset 100695 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 25, 2023 11:03:20 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/stam.h
r98103 r100695 208 208 /** Number of calls. */ 209 209 STAMUNIT_CALLS, 210 /** Number of calls per translation block. */ 211 STAMUNIT_CALLS_PER_TB, 210 212 /** Count of whatever. */ 211 213 STAMUNIT_COUNT, … … 242 244 /** Hertz. */ 243 245 STAMUNIT_HZ, 246 /** Instructions. */ 247 STAMUNIT_INSTR, 248 /** Instructions per translation block. */ 249 STAMUNIT_INSTR_PER_TB, 244 250 /** The end (exclusive). */ 245 251 STAMUNIT_END
Note:
See TracChangeset
for help on using the changeset viewer.