summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-03 06:50:09 +0200
committeradmin <devnull@localhost>2006-10-03 06:50:09 +0200
commit1c5ef5e34a86c2d3aa0a2d7c61d143331802ae8d (patch)
tree31ded557d052f777a45564aa6c036ae3e44e3dfa /system/libraries/Profiler.php
parent90a7b9db21316122816e01d5e6459a4424940d1f (diff)
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r--system/libraries/Profiler.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 265aaf031..807a7a83f 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -19,7 +19,10 @@
* Code Igniter Profiler Class
*
* This class enables you to display benchmark, query, and other data
- * in order to help with debugging and optimization
+ * in order to help with debugging and optimization.
+ *
+ * Note: At some point it would be good to move all the HTML in this class
+ * into a set of template files in order to allow customization.
*
* @package CodeIgniter
* @subpackage Libraries
@@ -164,7 +167,7 @@ class CI_Profiler {
// --------------------------------------------------------------------
/**
- * Run the Auto-profiler
+ * Run the Profiler
*
* @access private
* @return string