summaryrefslogtreecommitdiffstats
path: root/system/core/Benchmark.php
diff options
context:
space:
mode:
authorDavid Behler <mail@davidbehler.de>2011-08-14 20:30:50 +0200
committerDavid Behler <mail@davidbehler.de>2011-08-14 20:30:50 +0200
commit050abb8aa6347cb076153f44b2ea0b5f0da006c0 (patch)
tree810be2cc34f992b9b7742a84a62db1ec2ba874cd /system/core/Benchmark.php
parentd33f91708f73735231f458090a478f1204480c30 (diff)
Added some docs to 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();
// --------------------------------------------------------------------