perfsrv/analyzetool/commandlineengine/inc/ATCommonDefines.h
changeset 55 f2950aff7424
parent 48 516af714ebb4
equal deleted inserted replaced
48:516af714ebb4 55:f2950aff7424
   128 
   128 
   129 //part of user defined filename to be replaced by process name
   129 //part of user defined filename to be replaced by process name
   130 const string AT_PROCESSNAME_TAG = "%processname%";
   130 const string AT_PROCESSNAME_TAG = "%processname%";
   131 
   131 
   132 // Atool version number and date
   132 // Atool version number and date
   133 #define ATOOL_VERSION "1.10.0" // NOTE! This version number is written also to temporary cpp file.
   133 #define ATOOL_VERSION "1.10.1" // NOTE! This version number is written also to temporary cpp file.
   134 #define ATOOL_DATE "2nd July 2010"
   134 #define ATOOL_DATE "7th September 2010"
   135 
   135 
   136 // Default/min/max call stack sizes
   136 // Default/min/max call stack sizes
   137 const int AT_ALLOC_CALL_STACK_SIZE_DEFAULT = 40;
   137 const int AT_ALLOC_CALL_STACK_SIZE_DEFAULT = 40;
   138 const int AT_FREE_CALL_STACK_SIZE_DEFAULT = 0;
   138 const int AT_FREE_CALL_STACK_SIZE_DEFAULT = 0;
   139 const int AT_CALL_STACK_SIZE_MIN = 0;
   139 const int AT_CALL_STACK_SIZE_MIN = 0;
   142 // What version of data file contains timestamps in dll's.
   142 // What version of data file contains timestamps in dll's.
   143 const int AT_DLL_TIMESTAMP_DATA_VERSION = 2;
   143 const int AT_DLL_TIMESTAMP_DATA_VERSION = 2;
   144 
   144 
   145 // Constant compatibility string in temporary cpp.
   145 // Constant compatibility string in temporary cpp.
   146 // Api version ; current version.
   146 // Api version ; current version.
   147 #define ATOOL_COMPATIBILITY_STRING "1.7.6;1.10.0"
   147 #define ATOOL_COMPATIBILITY_STRING "1.7.6;1.10.1"
   148 
   148 
   149 // Datafile version
   149 // Datafile version
   150 #define AT_DATA_FILE_VERSION "DATA_FILE_VERSION 12"
   150 #define AT_DATA_FILE_VERSION "DATA_FILE_VERSION 12"
   151 
   151 
   152 // Latest dbghelp.dll version
   152 // Latest dbghelp.dll version