- Timestamp:
- Oct 30, 2023 9:57:41 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
r101645 r101648 481 481 static RTTEST g_hTest; 482 482 /** The page size of the system. */ 483 static uint32_t g_cbPage ;483 static uint32_t g_cbPage = 0; 484 484 /** Page offset mask. */ 485 static uintptr_t g_fPageOffset ;485 static uintptr_t g_fPageOffset = 0; 486 486 /** Page shift in bits. */ 487 static uint32_t g_cPageShift ;487 static uint32_t g_cPageShift = 0; 488 488 /** The number of nanoseconds a RTTimeNanoTS call takes. 489 489 * This is used for adjusting loop count estimates. */
Note:
See TracChangeset
for help on using the changeset viewer.