diff options
Diffstat (limited to 'system/config/profiler.php')
-rw-r--r-- | system/config/profiler.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/config/profiler.php b/system/config/profiler.php index 98ab5a49..90532f07 100644 --- a/system/config/profiler.php +++ b/system/config/profiler.php @@ -6,3 +6,7 @@ * Built in sections are benchmarks, database, session, post and cookies, custom sections can be used too. */ $config['show'] = TRUE; + +$config['time_decimals'] = 3; + +$config['memory_decimals'] = 2;
\ No newline at end of file |