Changeset 657
- Timestamp:
- 10/05/2007 12:03:27 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Benchmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Benchmark.php
r656 r657 70 70 { 71 71 $benchmarks = array(); 72 foreach (self::$marks as $name )72 foreach (self::$marks as $name => $times) 73 73 { 74 74 $benchmarks[$name] = self::get($name, $decimals);
