graphicstest/graphicstestharness/inc/tprofiler.h
changeset 187 9f66f99ee56f
parent 69 3365349494cc
child 136 62bb7c97884c
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    67 	IMPORT_C TUint32 TimeMax();
    67 	IMPORT_C TUint32 TimeMax();
    68 	IMPORT_C TUint32 TimeMin();
    68 	IMPORT_C TUint32 TimeMin();
    69 	IMPORT_C void ShowResultArrayInTimingOrder();
    69 	IMPORT_C void ShowResultArrayInTimingOrder();
    70 	IMPORT_C void SetStoreResultInTimingOrder(TBool aStoreResultInTimingOrder);
    70 	IMPORT_C void SetStoreResultInTimingOrder(TBool aStoreResultInTimingOrder);
    71 	IMPORT_C void SqlInsert(const TDesC* aTestName, const TDesC* aTestAttribute, const TDesC* aTestUnit, TInt32 aTestResultValue);
    71 	IMPORT_C void SqlInsert(const TDesC* aTestName, const TDesC* aTestAttribute, const TDesC* aTestUnit, TInt32 aTestResultValue);
    72 
    72 	IMPORT_C void ResultsAnalysisGlyphRate(const TDesC & aTestName, TInt aRotation, TInt aSrcScreenMode, TInt aDstScreenMode, TInt aIters, TInt aNumPixels);
    73 
    73 
    74 private:
    74 private:
    75     CTProfiler(CTestStep& aTestStep);
    75     CTProfiler(CTestStep& aTestStep);
    76     void ConstructL();
    76     void ConstructL();
    77     
    77