sysanadatacapture/piprofiler/piprofiler_api/inc/ProfilerVersion.h
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:52:57 +0200
changeset 1 3ff3fecb12fe
permissions -rw-r--r--
Add initial version of PI Profiler under EPL

/*
* 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.00.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("1.10")
	#define PROFILER_GFC_SAMPLER_VERSION	_L8("1.10")
	#define PROFILER_ITT_SAMPLER_VERSION	_L8("1.22")
	#define PROFILER_MEM_SAMPLER_VERSION	_L8("1.56")
	#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")

#endif