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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20
hgs
parents:
diff changeset
     1
/*
hgs
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
hgs
parents:
diff changeset
     3
* All rights reserved.
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     8
*
hgs
parents:
diff changeset
     9
* Initial Contributors:
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    11
*
hgs
parents:
diff changeset
    12
* Contributors:
hgs
parents:
diff changeset
    13
*
hgs
parents:
diff changeset
    14
* Description:  
hgs
parents:
diff changeset
    15
*
hgs
parents:
diff changeset
    16
*/
hgs
parents:
diff changeset
    17
hgs
parents:
diff changeset
    18
hgs
parents:
diff changeset
    19
#ifndef PROFILER_TOOL_VERSION_H
hgs
parents:
diff changeset
    20
#define PROFILER_TOOL_VERSION_H
hgs
parents:
diff changeset
    21
hgs
parents:
diff changeset
    22
	/*
hgs
parents:
diff changeset
    23
	 *
hgs
parents:
diff changeset
    24
	 *	PI Profiler tool composition definitions
hgs
parents:
diff changeset
    25
	 *
hgs
parents:
diff changeset
    26
	 */	
hgs
parents:
diff changeset
    27
62
hgs
parents: 51
diff changeset
    28
	#define PROFILER_VERSION		"PI Profiler v2.3.1"
20
hgs
parents:
diff changeset
    29
	#define PROFILER_VERSION_SHORT	_L("2.00.0")
hgs
parents:
diff changeset
    30
	#define PROFILER_SAMPLER_VERSION	_L("2.00.0")
62
hgs
parents: 51
diff changeset
    31
	#define PROFILER_RELEASE_DATE			_L("11th October 2010. ")
20
hgs
parents:
diff changeset
    32
	
hgs
parents:
diff changeset
    33
	#define PROFILER_GPP_SAMPLER_VERSION   _L("2.00")    // SMPfied v2.00
hgs
parents:
diff changeset
    34
	#define PROFILER_GFC_SAMPLER_VERSION   _L8("1.10")
hgs
parents:
diff changeset
    35
	#define PROFILER_ITT_SAMPLER_VERSION   _L8("1.22")
hgs
parents:
diff changeset
    36
	#define PROFILER_MEM_SAMPLER_VERSION	_L8("2.02")
hgs
parents:
diff changeset
    37
	#define PROFILER_PRI_SAMPLER_VERSION	_L8("1.56")
hgs
parents:
diff changeset
    38
	#define PROFILER_BUP_SAMPLER_VERSION	_L8("1.20")
hgs
parents:
diff changeset
    39
	#define PROFILER_IRQ_SAMPLER_VERSION	_L8("1.20")
hgs
parents:
diff changeset
    40
	#define PROFILER_TIP_SAMPLER_VERSION	_L8("1.10")
62
hgs
parents: 51
diff changeset
    41
	#define PROFILER_PEC_SAMPLER_VERSION  _L8("1.25")
hgs
parents: 51
diff changeset
    42
	#define PROFILER_PWR_SAMPLER_VERSION	_L8("1.58")
20
hgs
parents:
diff changeset
    43
	#define PROFILER_SCR_SAMPLER_VERSION	_L8("1.57")
hgs
parents:
diff changeset
    44
	#define PROFILER_IPC_SAMPLER_VERSION	_L8("1.59")
hgs
parents:
diff changeset
    45
    #define PROFILER_GPU_SAMPLER_VERSION    _L8("1.00")
hgs
parents:
diff changeset
    46
hgs
parents:
diff changeset
    47
#endif