summaryrefslogtreecommitdiff
path: root/system/config/profiler.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/config/profiler.php')
-rw-r--r--system/config/profiler.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/config/profiler.php b/system/config/profiler.php
new file mode 100644
index 0000000..d30a1b4
--- /dev/null
+++ b/system/config/profiler.php
@@ -0,0 +1,16 @@
+<?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; \ No newline at end of file