Searched refs:execution_time (Results 1 – 3 of 3) sorted by relevance
159 $execution_time = ($end_time - $start_time);160 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");206 $execution_time = ($end_time - $start_time);207 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");238 $execution_time = ($end_time - $start_time);239 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
108 $execution_time = ($end_time - $start_time);109 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");128 $execution_time = ($end_time - $start_time);129 dbglog(__FUNCTION__ . " time:" . $execution_time, "AUTHORSTATS PLUGIN");
189 $execution_time = ($time_end - $time_start)*1000; variable195 echo 'Total Execution Time: '.$execution_time.' ms';