diff -r 2717213c588a -r 9f66f99ee56f graphicstest/graphicstestharness/inc/tprofiler.h --- a/graphicstest/graphicstestharness/inc/tprofiler.h Tue Jun 22 15:21:29 2010 +0300 +++ b/graphicstest/graphicstestharness/inc/tprofiler.h Fri Sep 24 16:14:28 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -69,7 +69,7 @@ IMPORT_C void ShowResultArrayInTimingOrder(); IMPORT_C void SetStoreResultInTimingOrder(TBool aStoreResultInTimingOrder); IMPORT_C void SqlInsert(const TDesC* aTestName, const TDesC* aTestAttribute, const TDesC* aTestUnit, TInt32 aTestResultValue); - + IMPORT_C void ResultsAnalysisGlyphRate(const TDesC & aTestName, TInt aRotation, TInt aSrcScreenMode, TInt aDstScreenMode, TInt aIters, TInt aNumPixels); private: CTProfiler(CTestStep& aTestStep);