traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perfsanity.h
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    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 <datawrapper.h>
    24 #include <test/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 	TestTimer();
    45 	TVerdict 	TestTimerL();
    46 	TBool 	SanityTestTimedUtrace();
    46 	TBool 	SanityTestTimedUtraceL();
    47 
    47 
    48 	};		
    48 	};		
    49 
    49 
    50 _LIT(KPerformanceSanityWrapper,"PerformanceSanityTest");
    50 _LIT(KPerformanceSanityWrapper,"PerformanceSanityTest");
    51 
    51