Searched refs:tEnd (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/testtools/source/performance/ |
| H A D | ubtest.cxx | 578 sal_uInt32 tStart, tEnd; in benchmark() local 593 tEnd = getSystemTicks(); in benchmark() 595 rSheet.insert( "1b: simple oneway calls (no params, no return)", nLoop, tEnd - tStart ); in benchmark() 602 tEnd = getSystemTicks(); in benchmark() 603 rSheet.insert( "1c: simple synchron calls (no params no return)", nLoop+1, tEnd - tStart ); in benchmark() 610 tEnd = getSystemTicks(); in benchmark() 611 rSheet.insert( "2a: interface acquire() calls", nLoop, tEnd - tStart ); in benchmark() 617 tEnd = getSystemTicks(); in benchmark() 618 rSheet.insert( "2b: interface release() calls", nLoop, tEnd - tStart ); in benchmark() 625 tEnd = getSystemTicks(); in benchmark() [all …]
|