gcdb::timer_stop()
最后更新于:2021-11-26 09:06:08
gcdb::timer_stop()
Stops the debugging timer.
响应
(float) Total time spent on the query, in seconds.
源文件
文件: gc-includes/gc-db.php
public function timer_stop() {
return ( microtime( true ) - $this->time_start );
}