traceservices/tracefw/utf_trace_api/unit_test/te-utrace/inc/cutrace_user_performance_step.h
changeset 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 
       
     2 /**
       
     3 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 *
       
    15 * Description:
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file CUTrace_Performance_Step.h
       
    23  @internalTechnology
       
    24 */
       
    25 #ifndef CUTRACE_PERFORMANCE_STEP_H_
       
    26 #define CUTRACE_PERFORMANCE_STEP_H_
       
    27 #include <testexecutestepbase.h>
       
    28 #include "te_utracesuitestepbase.h"
       
    29 
       
    30 
       
    31 class CUTrace_User_Performance_Step : public CTe_UTraceSuiteStepBase
       
    32 	{
       
    33 public:
       
    34 	CUTrace_User_Performance_Step();
       
    35 	~CUTrace_User_Performance_Step();
       
    36 //	virtual TVerdict doTestStepPreambleL();
       
    37 	virtual TVerdict doTestStepL();
       
    38 //	virtual TVerdict doTestStepPostambleL();
       
    39 // Please add/modify your class members here:
       
    40 private:
       
    41 	TInt UserUTraceBench(TPrimaryFilter aF1, TInt aType, TBool aUID, TBool aContext,TBool aPC, TInt& aTime);
       
    42 	TInt UserBTraceBench(TPrimaryFilter aF1, TInt aType, TBool aUID, TBool aContext,TBool aPC, TInt& aTime);
       
    43 	};
       
    44 
       
    45 _LIT(KUTrace_User_Performance_Step,"CUTrace_User_Performance_Step");
       
    46 
       
    47 
       
    48 #endif /*CUTRACE_PERFORMANCE_STEP_H_*/