traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perfsanity.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    19  @file te_uloggerperfsanitytest.h
    19  @file te_uloggerperfsanitytest.h
    20  @internalTechnology
    20  @internalTechnology
    21 */
    21 */
    22 #if (!defined TE_PERFORMANCESANITYTEST_H)
    22 #if (!defined TE_PERFORMANCESANITYTEST_H)
    23 #define TE_PERFORMANCESANITYTEST_H
    23 #define TE_PERFORMANCESANITYTEST_H
    24 #include <test/datawrapper.h>
    24 #include <datawrapper.h>
    25 #include "te_ostv2integsuite_basewrapper.h"
    25 #include "te_ostv2integsuite_basewrapper.h"
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <e32math.h>
    27 #include <e32math.h>
    28 #include <uloggerclient.h>
    28 #include <uloggerclient.h>
    29 
    29 
    40 							const TInt aAsyncErrorIndex);
    40 							const TInt aAsyncErrorIndex);
    41 
    41 
    42 private:
    42 private:
    43 	CPerformanceSanityWrapper();
    43 	CPerformanceSanityWrapper();
    44 	void ConstructL();
    44 	void ConstructL();
    45 	TVerdict 	TestTimerL();
    45 	TVerdict 	TestTimer();
    46 	TBool 	SanityTestTimedUtraceL();
    46 	TBool 	SanityTestTimedUtrace();
    47 
    47 
    48 	};		
    48 	};		
    49 
    49 
    50 _LIT(KPerformanceSanityWrapper,"PerformanceSanityTest");
    50 _LIT(KPerformanceSanityWrapper,"PerformanceSanityTest");
    51 
    51