diff -r 28839de615b4 -r 26645d81f48d traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/sanity/te_perfsanitytimer.h --- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/sanity/te_perfsanitytimer.h Thu Aug 19 11:36:21 2010 +0300 +++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/sanity/te_perfsanitytimer.h Tue Aug 31 16:57:14 2010 +0300 @@ -43,17 +43,17 @@ }; public: - TBool TestUserTimer(TUint32& aTestTime); - TBool TestUserLongTimer(TUint32& aTestTime); - TBool TestKernelTimer(TUint32& aTestTime); - TBool TestKernelLongTimer(TUint32& aTestTime); - TBool TestUTraceUserTimer(TUint32& aTestTime); - TBool TestUTraceKernelTimer(TUint32& aTestTime); + TBool TestUserTimerL(TUint32& aTestTime); + TBool TestUserLongTimerL(TUint32& aTestTime); + TBool TestKernelTimerL(TUint32& aTestTime); + TBool TestKernelLongTimerL(TUint32& aTestTime); + TBool TestUTraceUserTimerL(TUint32& aTestTime); + TBool TestUTraceKernelTimerL(TUint32& aTestTime); TUint32 Count(){return iCount;} private: TBool VerifyTime(TUint32 aTime); TBool DoTestUTraceTimer(const TInt aApi, TUint32& aTestTime); - TBool DoTestTrace(const TTestMethodType aMethod, TUint32& aTestTime); + TBool DoTestTraceL(const TTestMethodType aMethod, TUint32& aTestTime); private: #ifndef __KERNEL_MODE__ CUptTimer iTimer;