summaryrefslogtreecommitdiffstats
path: root/system/core/Benchmark.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-14 21:11:29 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-14 21:11:29 +0200
commit19af21d5425ace1621cbd26677c327c990bb75c1 (patch)
tree6a4de90124615ff5cb71b3c7feaf7006748e516c /system/core/Benchmark.php
parent6cf190dcd68432a5bcea91bfc10a38b3f56e7f46 (diff)
parent9b5df59a6be4da0016b738de8c4fcd3a14d43867 (diff)
Merge pull request #49 from waldmeister/develop
Added some doc blocks to some CI core files
Diffstat (limited to 'system/core/Benchmark.php')
-rwxr-xr-x[-rw-r--r--]system/core/Benchmark.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php
index 515550e9f..a200727ab 100644..100755
--- a/system/core/Benchmark.php
+++ b/system/core/Benchmark.php
@@ -29,6 +29,11 @@
*/
class CI_Benchmark {
+ /**
+ * List of all benchmark markers and when they were added
+ *
+ * @var array
+ */
var $marker = array();
// --------------------------------------------------------------------