1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

issue EONE-17: benchmark class naming standards, svn keywords

This commit is contained in:
secretr
2010-03-09 15:44:41 +00:00
parent d4dd2bcd0a
commit b1b33d1870

View File

@@ -22,7 +22,7 @@
* <code> <?php
* require_once e_HANDLER.'benchmark.php';
*
* $bench = new benchmark();
* $bench = new e_benchmark();
* $bench->start();
*
* // Do something, e.g. loop 1000000 times
@@ -33,7 +33,7 @@
* $bench->printResult();
* </code>
*/
class benchmark
class e_benchmark
{
protected $time_start;
protected $time_end;