traceservices/tracefw/ost_trace_api/unit_test/te_ost/inc/te_tracer.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    33 public:
    33 public:
    34 	//Send a trace as specified by the aTraceData.iApiUsed
    34 	//Send a trace as specified by the aTraceData.iApiUsed
    35 	static TInt SendTraceL(TTraceConfigs& aTraceData);
    35 	static TInt SendTraceL(TTraceConfigs& aTraceData);
    36 	static TInt TimeTraceL(TTraceConfigs& aTraceData, TUint32& aTime, TUint32& aCount);
    36 	static TInt TimeTraceL(TTraceConfigs& aTraceData, TUint32& aTime, TUint32& aCount);
    37 private:
    37 private:
    38 	static TInt TimeTraceCallL(TTraceConfigs& aTraceData, TUint32& aTime, TUint32& aCount);
    38 	static TInt TimeTraceCall(TTraceConfigs& aTraceData, TUint32& aTime, TUint32& aCount);
    39 };
    39 };
    40 
    40 
    41 #endif /*TE_TRACER_H_*/
    41 #endif /*TE_TRACER_H_*/