Changeset 82333 in vbox for trunk/src/VBox/VMM/include/TMInternal.h
- Timestamp:
- Dec 3, 2019 1:03:18 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135157
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/TMInternal.h
r80281 r82333 205 205 #if HC_ARCH_BITS == 32 206 206 uint32_t padding0; /**< pad structure to multiple of 8 bytes. */ 207 #endif 208 #ifdef VBOX_WITH_STATISTICS 209 STAMPROFILE StatTimer; 210 STAMPROFILE StatCritSectEnter; 211 STAMCOUNTER StatGet; 212 STAMCOUNTER StatSetAbsolute; 213 STAMCOUNTER StatSetRelative; 214 STAMCOUNTER StatStop; 207 215 #endif 208 216 } TMTIMER;
Note:
See TracChangeset
for help on using the changeset viewer.