From 1c5ef5e34a86c2d3aa0a2d7c61d143331802ae8d Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Oct 2006 04:50:09 +0000 Subject: --- system/libraries/Profiler.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'system/libraries') 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 -- cgit v1.2.3-24-g4f1b