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

/vbox/src/VBox/VMM/VMMR3/
H A DVMMTests.cpp517 uint64_t tsBegin = RTTimeNanoTS(); local
539 uint64_t Elapsed = tsEnd - tsBegin;
561 tsBegin = RTTimeNanoTS();
590 Elapsed = tsEnd - tsBegin;
703 uint64_t tsBegin = RTTimeNanoTS(); local
740 uint64_t Elapsed = tsEnd - tsBegin;

Completed in 58 milliseconds