perfsrv/piprofiler/piprofiler_plat/inc/ProfilerVersion.h
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
    23 	 *
    23 	 *
    24 	 *	PI Profiler tool composition definitions
    24 	 *	PI Profiler tool composition definitions
    25 	 *
    25 	 *
    26 	 */	
    26 	 */	
    27 
    27 
    28 	#define PROFILER_VERSION		"PI Profiler v2.1.0"
    28 	#define PROFILER_VERSION		"PI Profiler v2.3.1"
    29 	#define PROFILER_VERSION_SHORT	_L("2.00.0")
    29 	#define PROFILER_VERSION_SHORT	_L("2.00.0")
    30 	#define PROFILER_SAMPLER_VERSION	_L("2.00.0")
    30 	#define PROFILER_SAMPLER_VERSION	_L("2.00.0")
    31 	#define PROFILER_RELEASE_DATE			_L("23rd February 2009. ")
    31 	#define PROFILER_RELEASE_DATE			_L("11th October 2010. ")
    32 	
    32 	
    33 	#define PROFILER_GPP_SAMPLER_VERSION   _L("2.00")    // SMPfied v2.00
    33 	#define PROFILER_GPP_SAMPLER_VERSION   _L("2.00")    // SMPfied v2.00
    34 	#define PROFILER_GFC_SAMPLER_VERSION   _L8("1.10")
    34 	#define PROFILER_GFC_SAMPLER_VERSION   _L8("1.10")
    35 	#define PROFILER_ITT_SAMPLER_VERSION   _L8("1.22")
    35 	#define PROFILER_ITT_SAMPLER_VERSION   _L8("1.22")
    36 	#define PROFILER_MEM_SAMPLER_VERSION	_L8("2.02")
    36 	#define PROFILER_MEM_SAMPLER_VERSION	_L8("2.02")
    37 	#define PROFILER_PRI_SAMPLER_VERSION	_L8("1.56")
    37 	#define PROFILER_PRI_SAMPLER_VERSION	_L8("1.56")
    38 	#define PROFILER_BUP_SAMPLER_VERSION	_L8("1.20")
    38 	#define PROFILER_BUP_SAMPLER_VERSION	_L8("1.20")
    39 	#define PROFILER_IRQ_SAMPLER_VERSION	_L8("1.20")
    39 	#define PROFILER_IRQ_SAMPLER_VERSION	_L8("1.20")
    40 	#define PROFILER_TIP_SAMPLER_VERSION	_L8("1.10")
    40 	#define PROFILER_TIP_SAMPLER_VERSION	_L8("1.10")
    41 	#define PROFILER_PEC_SAMPLER_VERSION  _L8("1.24")
    41 	#define PROFILER_PEC_SAMPLER_VERSION  _L8("1.25")
    42 	#define PROFILER_PWR_SAMPLER_VERSION	_L8("1.57")
    42 	#define PROFILER_PWR_SAMPLER_VERSION	_L8("1.58")
    43 	#define PROFILER_SCR_SAMPLER_VERSION	_L8("1.57")
    43 	#define PROFILER_SCR_SAMPLER_VERSION	_L8("1.57")
    44 	#define PROFILER_IPC_SAMPLER_VERSION	_L8("1.59")
    44 	#define PROFILER_IPC_SAMPLER_VERSION	_L8("1.59")
    45     #define PROFILER_GPU_SAMPLER_VERSION    _L8("1.00")
    45     #define PROFILER_GPU_SAMPLER_VERSION    _L8("1.00")
    46 
    46 
    47 #endif
    47 #endif