returning time from MySQL select
Posted: Tue Jun 25, 2002 5:41 pm
How do I get the time that it takes for a MySQL SELECT statement to run? I need to be able to display it like: "Select query executed in x.xx seconds"
I already have a timer on how long it takes the page to load and would like one so that I can keep an eye on my queries. Well, that's the official reason. The real reason is I'm just curious
I already have a timer on how long it takes the page to load and would like one so that I can keep an eye on my queries. Well, that's the official reason. The real reason is I'm just curious