Changeset 860 for trunk/system/views/kohana_profiler.php
- Timestamp:
- 10/20/2007 11:21:20 AM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/views/kohana_profiler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/views/kohana_profiler.php
r680 r860 73 73 <?php 74 74 75 text::alternate(); 75 // Moves the first benchmark (total execution time) to the end of the array 76 $benchmarks = array_slice($benchmarks, 1) + array_slice($benchmarks, 0, 1); 77 76 78 foreach ($benchmarks as $name => $time): 77 79
