I\'m looking at the slow query log from a drupal-based webapp, and have lines that look like this:
# Query_time: 3257 Lock_time: 0 Rows_sent: 272 Rows_exa
Only since MySQL 5.1.21 that you can specify a decimal value and has a resolution of microsecond. http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html
It's in seconds. The 'resolution of microseconds' means, that you can have up to microsecond precision after a decimal (although AFAIK it need a patch to actually write with such precision)
https://github.com/wvanbergen/request-log-analyzer/wiki/MySQL-slow-query-log