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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user