Changeset 45240 in vbox
- Timestamp:
- Mar 28, 2013 4:15:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r45235 r45240 485 485 rc = STAMR3RegisterF(pVM, &pVCpu->hm.s.StatEntry, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL, 486 486 "Profiling of VMXR0RunGuestCode entry", 487 "/PROF/HM/CPU%d/S witchToGC", i);487 "/PROF/HM/CPU%d/StatEntry", i); 488 488 AssertRC(rc); 489 /** @todo r=ramshankar: should be sorted out for the new-code which doesn't 490 * have 2 exit parts. */ 489 491 rc = STAMR3RegisterF(pVM, &pVCpu->hm.s.StatExit1, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL, 490 492 "Profiling of VMXR0RunGuestCode exit part 1",
Note:
See TracChangeset
for help on using the changeset viewer.