rails/guides/source/profiling.md
2014-12-30 17:05:10 -08:00

508 B

DO NOT READ THIS FILE IN GITHUB, GUIDES ARE PUBLISHED IN 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.