diff -r d27dfa8884ad -r da2cedce4920 piprofiler/piprofiler_plat/inc/ProfilerVersion.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/piprofiler/piprofiler_plat/inc/ProfilerVersion.h Tue May 25 14:22:58 2010 +0300 @@ -0,0 +1,47 @@ +/* +* Copyright (c) 2009 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" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + +#ifndef PROFILER_TOOL_VERSION_H +#define PROFILER_TOOL_VERSION_H + + /* + * + * PI Profiler tool composition definitions + * + */ + + #define PROFILER_VERSION "PI Profiler v2.1.0" + #define PROFILER_VERSION_SHORT _L("2.00.0") + #define PROFILER_SAMPLER_VERSION _L("2.00.0") + #define PROFILER_RELEASE_DATE _L("23rd February 2009. ") + + #define PROFILER_GPP_SAMPLER_VERSION _L("2.00") // SMPfied v2.00 + #define PROFILER_GFC_SAMPLER_VERSION _L8("1.10") + #define PROFILER_ITT_SAMPLER_VERSION _L8("1.22") + #define PROFILER_MEM_SAMPLER_VERSION _L8("2.02") + #define PROFILER_PRI_SAMPLER_VERSION _L8("1.56") + #define PROFILER_BUP_SAMPLER_VERSION _L8("1.20") + #define PROFILER_IRQ_SAMPLER_VERSION _L8("1.20") + #define PROFILER_TIP_SAMPLER_VERSION _L8("1.10") + #define PROFILER_PEC_SAMPLER_VERSION _L8("1.24") + #define PROFILER_PWR_SAMPLER_VERSION _L8("1.57") + #define PROFILER_SCR_SAMPLER_VERSION _L8("1.57") + #define PROFILER_IPC_SAMPLER_VERSION _L8("1.59") + #define PROFILER_GPU_SAMPLER_VERSION _L8("1.00") + +#endif