how to obtain query execution time?
i need for mysql query in java...
does anyone know
krish_kooll 0 Newbie Poster
Recommended Answers
Jump to PostIn php, we make use of microtime to find the execution time.
$starttime = microtime(); $query = mysql_query("select * from table"); $endtime = microtime();
Then calculate the difference …
All 4 Replies
varmadba 12 Junior Poster in Training
nav33n 472 Purple hazed! Team Colleague Featured Poster
meru 0 Newbie Poster
linzyxer 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.