summaryrefslogtreecommitdiffstats
path: root/system/core/Benchmark.php
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-08-14 20:10:55 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-08-14 20:10:55 +0200
commitd8ef630f2d4d32eee998969e548d36dc629340d4 (patch)
tree92a509fda736fb9a6a119dcb6b16c40607ed0fa5 /system/core/Benchmark.php
parent02d45b56c57f6cf9f8c0fabe7f8b7ed761bd5a9b (diff)
parentc2a37669107829b032b08562e784416713f569b1 (diff)
Fixed conflict.
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();
// --------------------------------------------------------------------