diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 3370c91..7fecabd 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -94,7 +94,12 @@
// --------------------------------------------------------------------
-
+ /**
+ * Compile Queries
+ *
+ * @access private
+ * @return string
+ */
function _compile_queries()
{
$output = "\n\n";
@@ -130,7 +135,13 @@
}
// --------------------------------------------------------------------
-
+
+ /**
+ * Compile $_POST Data
+ *
+ * @access private
+ * @return string
+ */
function _compile_post()
{
$output = "\n\n";