Changeset 82819 in vbox for trunk/src/VBox
- Timestamp:
- Jan 22, 2020 11:13:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r82591 r82819 2312 2312 /** Profiling the pgmPoolFlushPage calls made from the RC/R0 access handler. */ 2313 2313 STAMPROFILE StatMonitorPfRZFlushPage; 2314 /* Times we've detected a page table reinit. */2314 /** Times we've detected a page table reinit. */ 2315 2315 STAMCOUNTER StatMonitorPfRZFlushReinit; 2316 2316 /** Counting flushes for pages that are modified too often. */
Note:
See TracChangeset
for help on using the changeset viewer.