Searched refs:getSystemTicks (Results 1 – 2 of 2) sorted by relevance
87 static inline sal_uInt32 getSystemTicks() in getSystemTicks() function588 tStart = getSystemTicks(); in benchmark()591 sal_uInt32 tEndSend = getSystemTicks(); in benchmark()593 tEnd = getSystemTicks(); in benchmark()598 tStart = getSystemTicks(); in benchmark()602 tEnd = getSystemTicks(); in benchmark()607 tStart = getSystemTicks(); in benchmark()610 tEnd = getSystemTicks(); in benchmark()614 tStart = getSystemTicks(); in benchmark()617 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()