Changeset 65502 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 28, 2017 10:37:31 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r65476 r65502 2528 2528 STAMPROFILE StatMonitorRZFlushPage; 2529 2529 /** Per access size counts indexed by size minus 1, last for larger. */ 2530 STAMCOUNTER aStatMonitorRZSizes[1 7];2530 STAMCOUNTER aStatMonitorRZSizes[16+3]; 2531 2531 /** Missaligned access counts indexed by offset - 1. */ 2532 2532 STAMCOUNTER aStatMonitorRZMisaligned[7]; … … 2546 2546 STAMPROFILE StatMonitorR3FlushPage; 2547 2547 /** Per access size counts indexed by size minus 1, last for larger. */ 2548 STAMCOUNTER aStatMonitorR3Sizes[1 7];2548 STAMCOUNTER aStatMonitorR3Sizes[16+3]; 2549 2549 /** Missaligned access counts indexed by offset - 1. */ 2550 2550 STAMCOUNTER aStatMonitorR3Misaligned[7];
Note:
See TracChangeset
for help on using the changeset viewer.