Searched defs:OSNanoTS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstTime-3.cpp45 DECLINLINE(uint64_t) OSNanoTS(void) function
86 RTTimeNanoTS(); OSNanoTS(); RTThreadSleep(1);
88 uint64_t u64OSStartTS = OSNanoTS();
93 uint64_t u64OSElapsedTS = OSNanoTS();

Completed in 56 milliseconds