diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-29 09:36:06 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-29 09:36:06 +0000 |
| commit | 6f91d3323134319b7d53d3929cfa746930003632 (patch) | |
| tree | f3ecae0735ccf0ba2b73d212204faa5ab6c01588 /roundcubemail/program/include/iniset.php | |
| parent | d4bb791d44cc06bbab82eb8a8a9ce059f4428e5a (diff) | |
- performance stats logging in devel_mode
git-svn-id: https://svn.roundcube.net/trunk@3237 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/iniset.php')
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 99f2f908a..94d49d8aa 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -25,6 +25,7 @@ define('RCMAIL_VERSION', '0.3-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); +define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/'); |
