Changeset 99775 in vbox for trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp
- Timestamp:
- May 12, 2023 12:21:58 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstPrfRT.cpp
r98103 r99775 67 67 #if defined(RT_ARCH_AMD64) || defined(RT_ARCH_X86) 68 68 69 void PrintResult(uint64_t u64Ticks, uint64_t u64MaxTicks, uint64_t u64MinTicks, unsigned cTimes, const char *pszOperation)69 static void PrintResult(uint64_t u64Ticks, uint64_t u64MaxTicks, uint64_t u64MinTicks, unsigned cTimes, const char *pszOperation) 70 70 { 71 71 //RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
Note:
See TracChangeset
for help on using the changeset viewer.