|
|
File: /home/mitarbeiter/sven/public_html/tmp/devcon_php_base/proc/profile.php
dev/con php base - Application server
/home/mitarbeiter/sven/public_html/tmp/devcon_php_base/proc/profile.php::profile
Profiling functions
|
public module profile
Profiling functions
|
|
|
|
Public Method Details |
profile_start |
public void profile_start( string $name )
|
|
Start timer.
|
Parameter |
|
string |
$name |
|
|
Name of timer. |
|
Returns |
void |
|
profile_end |
public float profile_end( string $name )
|
|
Get time from timer.
|
Parameter |
|
string |
$name |
|
|
Name of timer. |
|
Returns |
float Time passed since timer start in seconds. |
|
|
|
|
PHPDoc 1.0beta |