Changeset 93754 in vbox for trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
- Timestamp:
- Feb 15, 2022 2:29:56 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp
r93753 r93754 2862 2862 } \ 2863 2863 u64Elapsed = ASMReadTSC() - u64Elapsed; \ 2864 RTTestValue(g_hTest, str, u64Elapsed / cRounds, /*RTTESTUNIT_TICKS_PER_CALL*/ RTTESTUNIT_NONE); \2864 RTTestValue(g_hTest, str, u64Elapsed / cRounds, RTTESTUNIT_TICKS_PER_CALL); \ 2865 2865 } while (0) 2866 2866 #else
Note:
See TracChangeset
for help on using the changeset viewer.