mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
issue EONE-17: benchmark class naming standards, svn keywords
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
* <code> <?php
|
* <code> <?php
|
||||||
* require_once e_HANDLER.'benchmark.php';
|
* require_once e_HANDLER.'benchmark.php';
|
||||||
*
|
*
|
||||||
* $bench = new benchmark();
|
* $bench = new e_benchmark();
|
||||||
* $bench->start();
|
* $bench->start();
|
||||||
*
|
*
|
||||||
* // Do something, e.g. loop 1000000 times
|
* // Do something, e.g. loop 1000000 times
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
* $bench->printResult();
|
* $bench->printResult();
|
||||||
* </code>
|
* </code>
|
||||||
*/
|
*/
|
||||||
class benchmark
|
class e_benchmark
|
||||||
{
|
{
|
||||||
protected $time_start;
|
protected $time_start;
|
||||||
protected $time_end;
|
protected $time_end;
|
||||||
|
Reference in New Issue
Block a user