phonebookui/Phonebook2/ccapplication/inc/ccalogger.h
branchRCL_3
changeset 85 38bb213f60ba
parent 63 f4a778e096c2
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
   132 #endif // _DEBUG
   132 #endif // _DEBUG
   133 
   133 
   134 
   134 
   135 /**
   135 /**
   136  * PERFORMANCE LOGGINS
   136  * PERFORMANCE LOGGINS
   137  * Logging is down only in debug, to get the log files,
   137  * 
   138  * need to enable the _DEBUG marco first.
       
   139  *   
       
   140  * OPTIONS: 
   138  * OPTIONS: 
   141  * PERF_LOGGING -> 12 different points where performance is measured. (c:\logs\perflogger.txt) 
   139  * PERF_LOGGING -> 12 different points where performance is measured. (c:\logs\perflogger.txt) 
   142  *                 http://presenceprojects/trac/wiki/PerfLogging
   140  * http://presenceprojects/trac/wiki/PerfLogging
       
   141  * 
   143  * PERF_LAUNCH -> For test guys (c:\logs\perflaunch.txt)
   142  * PERF_LAUNCH -> For test guys (c:\logs\perflaunch.txt)
   144  * 
   143  * 
   145  */
   144  */
   146 
   145 
   147 #ifdef _DEBUG   
   146 #undef PERF_LOGGING
   148 #define PERF_LOGGING
       
   149 #define PERF_LAUNCH 
   147 #define PERF_LAUNCH 
   150 #endif //_DEBUG
   148 
       
   149 
   151 
   150 
   152 
   151 
   153 #ifdef PERF_LOGGING
   152 #ifdef PERF_LOGGING
   154 #include <flogger.h>
   153 #include <flogger.h>
   155 
   154