Lines Matching refs:rSheet

570 	TimingSheet & rSheet, const Reference< XInterface > & xInstance, sal_Int64 nLoop )  in benchmark()  argument
594rSheet.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()
603 rSheet.insert( "1c: simple synchron calls (no params no return)", nLoop+1, tEnd - tStart ); in benchmark()
611 rSheet.insert( "2a: interface acquire() calls", nLoop, tEnd - tStart ); in benchmark()
618 rSheet.insert( "2b: interface release() calls", nLoop, tEnd - tStart ); in benchmark()
626 rSheet.insert( "2c: interface query for implemented type", nLoop, tEnd - tStart ); in benchmark()
633 rSheet.insert( "2d: interface query for unknown type", nLoop, tEnd - tStart ); in benchmark()
642 rSheet.insert( "3a: create and release test objects", nLoop, tEnd - tStart ); in benchmark()
653 rSheet.insert( "3b: create and hold test objects", nLoop, tEnd - tStart ); in benchmark()
661 rSheet.insert( "4a: complex_in() calls (in struct; return struct)", nLoop, tEnd - tStart ); in benchmark()
667 rSheet.insert( "4b: complex_inout() calls (inout struct; return struct)", nLoop, tEnd - tStart ); in benchmark()
674 rSheet.insert( "4c: complex_oneway() oneway calls (in struct)", nLoop, tEnd - tStart ); in benchmark()
680 rSheet.insert( "4d: complex_noreturn() calls (in struct)", nLoop, tEnd - tStart ); in benchmark()
688 rSheet.insert( "5a: getLong() call", nLoop, tEnd - tStart ); in benchmark()
694 rSheet.insert( "5b: get long attribute", nLoop, tEnd - tStart ); in benchmark()
701 rSheet.insert( "5c: setLong() call", nLoop, tEnd - tStart ); in benchmark()
707 rSheet.insert( "5d: set long attribute", nLoop, tEnd - tStart ); in benchmark()
714 rSheet.insert( "5e: getHyper() call", nLoop, tEnd - tStart ); in benchmark()
720 rSheet.insert( "5f: get hyper attribute", nLoop, tEnd - tStart ); in benchmark()
727 rSheet.insert( "5g: setHyper() call", nLoop, tEnd - tStart ); in benchmark()
733 rSheet.insert( "5h: set hyper attribute", nLoop, tEnd - tStart ); in benchmark()
740 rSheet.insert( "5i: getFloat() call", nLoop, tEnd - tStart ); in benchmark()
746 rSheet.insert( "5j: get float attribute",nLoop, tEnd - tStart ); in benchmark()
753 rSheet.insert( "5k: setFloat() call", nLoop, tEnd - tStart ); in benchmark()
759 rSheet.insert( "5l: set float attribute", nLoop, tEnd - tStart ); in benchmark()
766 rSheet.insert( "5m: getDouble() call", nLoop, tEnd - tStart ); in benchmark()
772 rSheet.insert( "5n: get double attribute", nLoop, tEnd - tStart ); in benchmark()
778 rSheet.insert( "5o: setDouble() call", nLoop, tEnd - tStart ); in benchmark()
784 rSheet.insert( "5p: set double attribute", nLoop, tEnd - tStart ); in benchmark()
791 rSheet.insert( "6a: getString() call (empty)", nLoop, tEnd - tStart ); in benchmark()
797 rSheet.insert( "6b: get empty string attribute", nLoop, tEnd - tStart ); in benchmark()
805 rSheet.insert( "6c: setString() call (emtpy)", nLoop, tEnd - tStart ); in benchmark()
811 rSheet.insert( "6d: set empty string attribute", nLoop, tEnd - tStart ); in benchmark()
818 rSheet.insert( "7a: getInterface() call (null)", nLoop, tEnd - tStart ); in benchmark()
824 rSheet.insert( "7b: get interface attribute", nLoop, tEnd - tStart ); in benchmark()
832 rSheet.insert( "7c: setInterface() call (null)", nLoop, tEnd - tStart ); in benchmark()
838 rSheet.insert( "7d: set interface attribute", nLoop, tEnd - tStart ); in benchmark()
845 rSheet.insert( "8a: getAny() call (empty)", nLoop, tEnd - tStart ); in benchmark()
851 rSheet.insert( "8b: get empty any attribute", nLoop, tEnd - tStart ); in benchmark()
859 rSheet.insert( "8c: setAny() call (empty)", nLoop, tEnd - tStart ); in benchmark()
865 rSheet.insert( "8d: set empty any attribute", nLoop, tEnd - tStart ); in benchmark()
872 rSheet.insert( "9a: getSequence() call (empty)", nLoop, tEnd - tStart ); in benchmark()
878 rSheet.insert( "9b: get empty sequence attribute", nLoop, tEnd - tStart ); in benchmark()
885 rSheet.insert( "9c: setSequence() call (empty)", nLoop, tEnd - tStart ); in benchmark()
891 rSheet.insert( "9d: set empty sequence attribute", nLoop, tEnd - tStart ); in benchmark()
898 rSheet.insert( "Aa: getStruct() call", nLoop, tEnd - tStart ); in benchmark()
904 rSheet.insert( "Ab: get struct attribute", nLoop, tEnd - tStart ); in benchmark()
911 rSheet.insert( "Ac: setStruct() call", nLoop, tEnd - tStart ); in benchmark()
917 rSheet.insert( "Ad: set struct attribute", nLoop, tEnd - tStart ); in benchmark()
941 rSheet.insert( "Ba: raising RuntimeException", nLoop, tEnd - tStart ); in benchmark()