2008-12-15 08:56:18 +00:00
|
|
|
<?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.
|
2010-01-06 11:35:01 -08:00
|
|
|
*
|
|
|
|
|
* @package Kohana
|
|
|
|
|
* @author Kohana Team
|
|
|
|
|
* @copyright (c) 2007-2009 Kohana Team
|
|
|
|
|
* @license http://kohanaphp.com/license
|
2008-12-15 08:56:18 +00:00
|
|
|
*/
|
2010-01-06 11:35:01 -08:00
|
|
|
|
2008-12-15 08:56:18 +00:00
|
|
|
$config['show'] = TRUE;
|
2009-11-24 19:20:36 -08:00
|
|
|
|
|
|
|
|
$config['time_decimals'] = 3;
|
|
|
|
|
|
|
|
|
|
$config['memory_decimals'] = 2;
|