summaryrefslogtreecommitdiffstats
path: root/system/core/Benchmark.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-14 20:08:00 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-14 20:08:00 +0200
commitc2a37669107829b032b08562e784416713f569b1 (patch)
treeaa1525f1a23485a91d7281b1e38c3a4f6bf5860e /system/core/Benchmark.php
parent254217a8655a14716bb673a0abde81c0b80ccd90 (diff)
parent2d2c9c6be50c246463ec08ad7d152b3da9708c61 (diff)
Merge pull request #46 from waldmeister/master
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();
// --------------------------------------------------------------------