Used By
Used By | Description |
---|---|
wp-includes/wp-db.php: wpdb::_do_query() | Internal function to perform the mysql_query() call. |
Stops the debugging timer.
(float) Total time spent on the query, in seconds.
File: wp-includes/wp-db.php
public function timer_stop() { return ( microtime( true ) - $this->time_start ); }
Version | Description |
---|---|
1.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wpdb/timer_stop