diff options
author | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-15 11:45:06 +0100 |
---|---|---|
committer | Alexander Kampmann <programmer@nurfuerspam.de> | 2012-03-15 11:45:06 +0100 |
commit | 9796e99fa8378758c4fe0f655b7c192f8fc1690f (patch) | |
tree | 82f67ab99c3816ff66aa25c3c5f15953ecc43e5c /index.php | |
parent | 29ade1d9b971bb14746bab5ec57db0e204c9e137 (diff) | |
download | volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.tar.gz volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.tar.bz2 volse-hubzilla-9796e99fa8378758c4fe0f655b7c192f8fc1690f.zip |
added simple build-in profiling
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ require_once("dba.php"); $db = new dba($db_host, $db_user, $db_pass, $db_data, $install); unset($db_host, $db_user, $db_pass, $db_data); +require_once('util/profiler.php'); if(! $install) { |