commit | 83e7a8ed2536aca790a83e8c533dcdc150e6a79b | [log] [tgz] |
---|---|---|
author | root <root@lamp.local> | Sun Aug 14 19:55:57 2011 +0200 |
committer | root <root@lamp.local> | Sun Aug 14 19:55:57 2011 +0200 |
tree | 48b576471e36f6c54f64563aa16dbb274961818e | |
parent | 254217a8655a14716bb673a0abde81c0b80ccd90 [diff] [blame] |
Added some docs to CI core files
diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php old mode 100644 new mode 100755 index 515550e..a200727 --- 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(); // --------------------------------------------------------------------