From 83e7a8ed2536aca790a83e8c533dcdc150e6a79b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Aug 2011 19:55:57 +0200 Subject: Added some docs to CI core files --- system/core/Benchmark.php | 5 +++++ 1 file changed, 5 insertions(+) mode change 100644 => 100755 system/core/Benchmark.php (limited to 'system/core/Benchmark.php') diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php old mode 100644 new mode 100755 index 515550e9f..a200727ab --- 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(); // -------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b