Forma precisa de medir los tiempos de ejecución de scripts php
Quiero saber cuántos milisegundos tarda en ejecutarse un for-loop de PHP.
Conozco la estructura de un algoritmo genérico, pero no tengo idea de cómo implementarlo en PHP:
Begin
init1 = timer(); // where timer() is the amount of milliseconds from midnight
the loop begin
some code
the loop end
total = timer() - init1;
End
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52