mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
Code cleanup
This commit is contained in:
@@ -49,7 +49,7 @@ class e_benchmark
|
||||
|
||||
/**
|
||||
* Start timer
|
||||
* @return benchmark
|
||||
* @return e_benchmark
|
||||
*/
|
||||
public function start()
|
||||
{
|
||||
@@ -59,7 +59,7 @@ class e_benchmark
|
||||
|
||||
/**
|
||||
* Stop timer
|
||||
* @return benchmark
|
||||
* @return e_benchmark
|
||||
*/
|
||||
public function end()
|
||||
{
|
||||
@@ -81,7 +81,7 @@ class e_benchmark
|
||||
* @param string $id identifier of the current benchmark event e.g. 'thumbnail.create'
|
||||
* @param string $heading additional data to be shown in the log (header) e.g. '[Some Event]'
|
||||
* @param boolean $append overwrite or append to the log file
|
||||
* @return benchmark
|
||||
* @return e_benchmark
|
||||
*/
|
||||
public function logResult($id, $heading = '', $append = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user