diff options
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(); // -------------------------------------------------------------------- |