Searched refs:tStart (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 588 tStart = getSystemTicks(); in benchmark() 594 …Sheet.insert( "1a: sending simple oneway calls (no params, no return)", nLoop, tEndSend - tStart ); in benchmark() 595 rSheet.insert( "1b: simple oneway calls (no params, no return)", nLoop, tEnd - tStart ); in benchmark() 598 tStart = getSystemTicks(); in benchmark() 603 rSheet.insert( "1c: simple synchron calls (no params no return)", nLoop+1, tEnd - tStart ); in benchmark() 607 tStart = getSystemTicks(); in benchmark() 611 rSheet.insert( "2a: interface acquire() calls", nLoop, tEnd - tStart ); in benchmark() 614 tStart = getSystemTicks(); in benchmark() 618 rSheet.insert( "2b: interface release() calls", nLoop, tEnd - tStart ); in benchmark() [all …]
|