MySQL Profiling

set profiling=1;
call functionname(@functionparam);
show profiles;

Leave a Reply