diff options
Diffstat (limited to 'frontends/php/include/copt.lib.php')
| -rw-r--r-- | frontends/php/include/copt.lib.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/copt.lib.php b/frontends/php/include/copt.lib.php index 98d65fd1..38f915b2 100644 --- a/frontends/php/include/copt.lib.php +++ b/frontends/php/include/copt.lib.php @@ -86,9 +86,9 @@ ** Eugene Grigorjev (eugene.grigorjev@zabbix.com) **/ -// define("USE_PROFILING",1); - define("USE_TIME_PROF",1); - define("USE_MEM_PROF",1); + define("USE_PROFILING",1); +// define("USE_TIME_PROF",1); +// define("USE_MEM_PROF",1); define("USE_SQLREQUEST_PROF",1); // define("SHOW_SQLREQUEST_DETAILS",1); |
