I’m trying to take some performance measurements of our stored procedures. I’ve already setup a debug table to log messages but is there any way to get milli- or microsecond precision? The timestamp field doesn’t offer this and I don’t see a way to get a time with either unix_timestamp() or now() or other functions with microseconds.
Any suggestions?