diff options
Diffstat (limited to 'frontends/php/include/copt.lib.php')
| -rw-r--r-- | frontends/php/include/copt.lib.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/copt.lib.php b/frontends/php/include/copt.lib.php index 3154867e..ea3accf2 100644 --- a/frontends/php/include/copt.lib.php +++ b/frontends/php/include/copt.lib.php @@ -86,10 +86,10 @@ ** Eugene Grigorjev (eugene.grigorjev@zabbix.com) **/ - define("USE_PROFILING",1); +// define("USE_PROFILING",1); // define("USE_TIME_PROF",1); // define("USE_MEM_PROF",1); - define("USE_SQLREQUEST_PROF",1); +// define("USE_SQLREQUEST_PROF",1); // define("SHOW_SQLREQUEST_DETAILS",1); if(defined('USE_PROFILING')) |
