traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perftracetester.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    54 
    54 
    55 	/**
    55 	/**
    56 	 * Makes a trace call to either kernel or user side
    56 	 * Makes a trace call to either kernel or user side
    57 	 * and returns the time in the parameter aApiRunConfig.iApiTraceTime
    57 	 * and returns the time in the parameter aApiRunConfig.iApiTraceTime
    58 	 */
    58 	 */
    59 	TInt TimeTraceCallL(const TApiRunConfig& aApiRunConfig,  TApiRunResults& aApiRunResults);
    59 	TInt TimeTraceCall(const TApiRunConfig& aApiRunConfig,  TApiRunResults& aApiRunResults);
    60 
    60 
    61 	/**
    61 	/**
    62 	 * Makes a call to user side, returning the time in the
    62 	 * Makes a call to user side, returning the time in the
    63 	 * parameter aApiRunConfig.iApiTraceTime
    63 	 * parameter aApiRunConfig.iApiTraceTime
    64 	 */
    64 	 */
    65 	TInt TimeUsersideTraceCallsL(const TApiRunConfig& aApiRunConfig,  TApiRunResults& aApiRunResults);
    65 	TInt TimeUsersideTraceCalls(const TApiRunConfig& aApiRunConfig,  TApiRunResults& aApiRunResults);
    66 
    66 
    67 	/**
    67 	/**
    68 	 */
    68 	 */
    69 	TInt GenerateEvpDataField(const TInt aDataSize, TInt8* aData);
    69 	TInt GenerateEvpDataField(const TInt aDataSize, TInt8* aData);
    70 
    70