Home
last modified time | relevance | path

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

/plugin/tabtables/
H A Daction.php67 $start = $this->microtime_float();
119 …if($this->echo_timing) { echo "<!-- initial parse took ".($this->microtime_float()-$start)."μs -->…
120 $start = $this->microtime_float();
133 …if($this->echo_timing) { echo "<!-- second parse took ".($this->microtime_float()-$start)."μs -->\…
209 $start = $this->microtime_float();
224 …if($this->echo_timing) { echo "<!-- offset correction took ".($this->microtime_float()-$start)."μs…
246 function microtime_float() function in action_plugin_tabtables