Home
last modified time | relevance | path

Searched refs:execution_time (Results 1 – 3 of 3) sorted by relevance

/plugin/authorstats/
Dsyntax.php159 $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");
Daction.php108 $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");
/plugin/commonmark/
H A DDWtest.php189 $execution_time = ($time_end - $time_start)*1000; variable
195 echo 'Total Execution Time: '.$execution_time.' ms';