PHP gets query time for MySQL Execute SQL statement

Source: Internet
Author: User
PHP Gets the query time of MySQL Execute SQL statement 1. $t1 =microtime(true); mysql_query( $sql ); echo  microtime(true)- $t1 ; 2.//Timing start runtime (); Execute Query mysql_query ($sql); The timing is over. Echo runtime (1);      Timer function Runtime ($mode =0) {static $t;        if (! $mode) {$t = Microtime ();    Return      } $t 1 = Microtime ();      List ($m 0, $s 0) = Split ("", $t);      List ($m 1, $s 1) = Split ("", $t 1); Return sprintf ("%.3f MS", ($s 1+ $m 1-$s 0-$m 0) *1000);}

PHP gets query time for MySQL Execute SQL statement

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.