Home
last modified time | relevance | path

Searched refs:MyTimer (Results 1 – 2 of 2) sorted by relevance

/trunk/main/bridges/test/performance/
H A Dtestperformance.cxx81 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()
111MyTimer 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()
[all …]
/trunk/main/registry/workben/
H A Dregspeed.cxx44 class MyTimer class
75 class MyTimer class
120 MyTimer aTimer; in main()