diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-14 21:11:29 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-08-14 21:11:29 +0200 |
commit | 19af21d5425ace1621cbd26677c327c990bb75c1 (patch) | |
tree | 6a4de90124615ff5cb71b3c7feaf7006748e516c /system/core/Benchmark.php | |
parent | 6cf190dcd68432a5bcea91bfc10a38b3f56e7f46 (diff) | |
parent | 9b5df59a6be4da0016b738de8c4fcd3a14d43867 (diff) |
Merge pull request #49 from waldmeister/develop
Added some doc blocks to some CI core files
Diffstat (limited to 'system/core/Benchmark.php')
-rwxr-xr-x[-rw-r--r--] | system/core/Benchmark.php | 5 |
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(); // -------------------------------------------------------------------- |