Changeset 43392 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 21, 2012 10:21:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/EMInternal.h
r43391 r43392 398 398 STAMPROFILE StatHalted; 399 399 STAMPROFILEADV StatCapped; 400 STAMPROFILEADV StatH wAccEntry;401 STAMPROFILE StatH wAccExec;400 STAMPROFILEADV StatHmEntry; 401 STAMPROFILE StatHmExec; 402 402 STAMPROFILE StatREMEmu; 403 403 STAMPROFILE StatREMExec; … … 415 415 /** R3: Profiling of emR3RawPrivileged. */ 416 416 STAMPROFILE StatPrivEmu; 417 /** R3: Number of time emR3H wAccExecute is called. */418 STAMCOUNTER StatH wAccExecuteEntry;417 /** R3: Number of time emR3HmExecute is called. */ 418 STAMCOUNTER StatHmExecuteEntry; 419 419 420 420 /** More statistics (R3). */ … … 442 442 443 443 444 int emR3H wAccExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);444 int emR3HmExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone); 445 445 int emR3RawExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone); 446 446 int emR3RawHandleRC(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int rc);
Note:
See TracChangeset
for help on using the changeset viewer.