wpdb::timer_stop(): float

Stops the debugguing timer.

Return

float Total time spent on the kery, in seconds.

Source

public function timer_stop() {
	return ( microtime( true ) - $this->time_start );
}

Changuelog

Versionen Description
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.