Files
gallery3/system/config/profiler.php
2010-01-06 11:35:01 -08:00

16 lines
485 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
* Array of section names to display in the Profiler, TRUE to display all of them.
* Built in sections are benchmarks, database, session, post and cookies, custom sections can be used too.
*
* @package Kohana
* @author Kohana Team
* @copyright (c) 2007-2009 Kohana Team
* @license http://kohanaphp.com/license
*/
$config['show'] = TRUE;
$config['time_decimals'] = 3;
$config['memory_decimals'] = 2;