Changeset 1250 for trunk/system/core/Benchmark.php
- Timestamp:
- 11/23/2007 05:10:56 PM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Benchmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Benchmark.php
r1230 r1250 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 2 /** 3 * Kohana 4 * 5 * copyright - (c) 2007 Kohana Team 6 * license - <http://kohanaphp.com/license.html> 7 * revision - $Id$ 8 */ 9 10 /** 3 11 * Simple benchmarking. 4 *5 * Kohana Source Code:6 * author - Kohana Team7 * copyright - (c) 2007 Kohana Team8 * license - <http://kohanaphp.com/license.html>9 12 */ 10 13 final class Benchmark {
