Métodos públicos estáticos | |
| static | start_clock ($name) |
| static | memory_usage ($name) |
| static | time_execution ($name) |
| static | test ($func, $loops) |
Definición en la línea 25 del archivo benchmark.php.
| static memory_usage | ( | $ | name | ) | [static] |
Permite obtener la memoria usada por un script
Definición en la línea 73 del archivo benchmark.php.
| static start_clock | ( | $ | name | ) | [static] |
Inicia el reloj (profiling)
Definición en la línea 39 del archivo benchmark.php.
| static test | ( | $ | func, | |
| $ | loops | |||
| ) | [static] |
Definición en la línea 99 del archivo benchmark.php.
| static time_execution | ( | $ | name | ) | [static] |
Retorna el tiempo de ejecucion del scripts (profiling)
Definición en la línea 87 del archivo benchmark.php.
1.5.8