diff options
Diffstat (limited to 'doku.php')
-rw-r--r-- | doku.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,8 @@ * @author Andreas Gohr <andi@splitbrain.org> */ + //xdebug_start_profiling(); + if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__)).'/'); require_once(DOKU_INC.'inc/init.php'); require_once(DOKU_INC.'inc/common.php'); @@ -63,4 +65,6 @@ //restore old umask umask($conf['oldumask']); + + //xdebug_dump_function_profile(3); ?> |