How do I see high-precision query times in mysql command line?
I'm working through some optimization work, and I've noticed that in some mysql dumps people post in articles and questions (which I cannot find again now that I'm actually looking), there are high-precision execution times (0.05985215 sec instead of 0.06 sec). How can I see these more precise times for my queries on the command line? EDIT Example of this is: +----------+ | COUNT(*) | +----------+ | 11596 | +----------+ 1 row in set (0.05894344 sec) Using profiling gets me part of the way there, but produces an output too long, and I have to remember to enable it. I am just looking for a