Skip to content

Instantly share code, notes, and snippets.

@tongueroo
Created January 12, 2009 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tongueroo/46185 to your computer and use it in GitHub Desktop.
Save tongueroo/46185 to your computer and use it in GitHub Desktop.
mysql> select time, controller, action, time_total, time_rendering, time_db from audit order by time_total desc limit 10 ;
+---------------------+--------------------+------------------+------------+----------------+---------+
| time | controller | action | time_total | time_rendering | time_db |
+---------------------+--------------------+------------------+------------+----------------+---------+
| 2009-01-12 09:19:24 | TaggerController | new_article_tags | 92.7173 | 0.004 | 0.092 |
| 2009-01-12 09:20:50 | ArticlesController | show | 48.3291 | 48.0611 | 0.144 |
| 2009-01-12 09:19:28 | ArticlesController | show | 45.4614 | 44.8774 | 0.31201 |
| 2009-01-12 09:20:39 | ArticlesController | show | 41.9129 | 41.6489 | 0.208 |
| 2009-01-12 09:20:16 | ArticlesController | show | 39.5246 | 38.9085 | 0.38801 |
| 2009-01-12 09:19:29 | ArticlesController | show | 29.2209 | 21.4767 | 7.49223 |
| 2009-01-12 09:20:49 | ArticlesController | show | 28.9286 | 28.4646 | 0.36001 |
| 2009-01-12 09:19:59 | ArticlesController | show | 23.8725 | 19.6564 | 4.01609 |
| 2009-01-12 09:21:17 | ArticlesController | show | 21.5685 | 21.2565 | 0.196 |
| 2009-01-12 09:19:28 | ArticlesController | show | 20.7086 | 18.3086 | 2.26007 |
+---------------------+--------------------+------------------+------------+----------------+---------+
10 rows in set (0.27 sec)
mysql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment