Changeset 71293 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 9, 2018 9:11:20 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r71224 r71293 211 211 # endif 212 212 } uIoCtlBuf; 213 214 /** @name Statistics 215 * @{ */ 216 STAMCOUNTER StatExitPortIo; 217 STAMCOUNTER StatExitMemUnmapped; 218 STAMCOUNTER StatExitMemIntercept; 219 STAMCOUNTER StatExitHalt; 220 STAMCOUNTER StatGetMsgTimeout; 221 STAMCOUNTER StatStopCpuSuccess; 222 STAMCOUNTER StatStopCpuPending; 223 STAMCOUNTER StatCancelChangedState; 224 STAMCOUNTER StatCancelAlertedThread; 225 STAMCOUNTER StatBreakOnCancel; 226 STAMCOUNTER StatBreakOnFFPre; 227 STAMCOUNTER StatBreakOnFFPost; 228 STAMCOUNTER StatBreakOnStatus; 229 /** @} */ 213 230 #endif 214 231 } NEMCPU;
Note:
See TracChangeset
for help on using the changeset viewer.