wpdb::timer_stop(): float

In this article

Stops the debugging timer.

Return

float Total time spent on the query, in seconds.

Source

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

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

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