aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/profiling.md
blob: ce093f78bad8c2107cfeaa5fdee3a9558095fbab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*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.

--------------------------------------------------------------------------------