rails/guides/source/profiling.md
Vipul A M 5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30

508 B

DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.*

A Guide to Profiling Rails Applications

This guide covers built-in mechanisms in Rails for profiling your application.

After reading this guide, you will know:

  • Rails profiling terminology.
  • How to write benchmark tests for your application.
  • Other benchmarking approaches and plugins.