Searched refs:getSystemTicks (Results 1 – 2 of 2) sorted by relevance
593 tEnd = getSystemTicks(); in benchmark()602 tEnd = getSystemTicks(); in benchmark()610 tEnd = getSystemTicks(); in benchmark()617 tEnd = getSystemTicks(); in benchmark()625 tEnd = getSystemTicks(); in benchmark()632 tEnd = getSystemTicks(); in benchmark()641 tEnd = getSystemTicks(); in benchmark()652 tEnd = getSystemTicks(); in benchmark()660 tEnd = getSystemTicks(); in benchmark()666 tEnd = getSystemTicks(); in benchmark()[all …]
53 static inline sal_uInt32 getSystemTicks() in getSystemTicks() function85 nStart( getSystemTicks() ), in MyTimer()91 printf( "%f s : %s\n", (getSystemTicks() -nStart) / 1000., m_descString.getStr() ); in ~MyTimer()
Completed in 23 milliseconds