Changeset 1168 for trunk/system/core/Benchmark.php
- Timestamp:
- 11/18/2007 03:13:52 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Benchmark.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Benchmark.php
r939 r1168 1 1 <?php defined('SYSPATH') or die('No direct script access.'); 2 /* 3 * Class: Benchmark 4 * Simple benchmarking. 2 /** 3 * Simple benchmarking. 5 4 * 6 5 * Kohana Source Code:
