Lines Matching refs:MyTimer
81 class MyTimer class
84 MyTimer( const OString &descString ) : in MyTimer() function in MyTimer
89 ~MyTimer( ) in ~MyTimer()
102 MyTimer timer( "performance - 1000*10000 interlocked count" ); in main()
111 …MyTimer timer( "performance - 1000*10000 acquiring/releasing a refcounted string(without destructi… in main()
121 MyTimer timer( "performance - 1000*10000 acquiring/releasing an osl::Mutex" ); in main()
130 MyTimer timer( "performance - 1000*10000 acquiring/releasing an osl::Semaphore" ); in main()
140 MyTimer timer( "performance - 1000*10000 rtl::ByteSequence(500)" ); in main()
148 MyTimer timer( "performance - 1000*1000 rtl::ByteSequence(500,BYTESEQ_NODEFAULT)" ); in main()
155 MyTimer timer( "performance - 1000*1000 com::sun::star::uno::Sequence< sal_Int8 > (500)" ); in main()
162 MyTimer timer( "performance - 1000*1000 rtl_freeMemory( rtl_allocateMemory( 512 ) )" ); in main()
171 MyTimer timer( "performance - 1000*1000 byte string construction/destruction" ); in main()
179 MyTimer timer( "performance - 1000*1000 unicode string construction/destruction" ); in main()