diff --git a/e107_handlers/benchmark.php b/e107_handlers/benchmark.php index 96aa719d4..27dd22a94 100644 --- a/e107_handlers/benchmark.php +++ b/e107_handlers/benchmark.php @@ -22,7 +22,7 @@ * start(); * * // Do something, e.g. loop 1000000 times @@ -33,7 +33,7 @@ * $bench->printResult(); * */ -class benchmark +class e_benchmark { protected $time_start; protected $time_end;