perfsrv/piprofiler/piprofiler_plat/inc/ProfilerVersion.h
author hgs
Tue, 26 Oct 2010 16:20:32 +0300
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
permissions -rw-r--r--
201043

/*
* 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.3.1"
	#define PROFILER_VERSION_SHORT	_L("2.00.0")
	#define PROFILER_SAMPLER_VERSION	_L("2.00.0")
	#define PROFILER_RELEASE_DATE			_L("11th October 2010. ")
	
	#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.25")
	#define PROFILER_PWR_SAMPLER_VERSION	_L8("1.58")
	#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