On Wednesday 22 January 2003 14:45, Peter Janett wrote:
> I'm trying to figure out if there is an easy way to measure how long my
> queries in PHP/MySQL are taking to execute.

Using microtime() before and after your query will give you an rough idea.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
So much food; so little time!
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to