I want to track how much time needed for my queries to be executed I referred to this post but I get only the queries without the time. It is possible that after using my web application for a wile,using select, update , insert queries (not from console but real web-application execution) I can get a summary like this output generated by SHOW PROFILES; command. I am working with wamp mysql V5.5.24 Many thanks
Edit: I used triggers to track the update and insert statement following this method I still have the problem how to track the select query. any idea please?