diff options
author | kennyj <kennyj@gmail.com> | 2012-12-04 02:21:31 +0900 |
---|---|---|
committer | kennyj <kennyj@gmail.com> | 2012-12-04 02:21:31 +0900 |
commit | 0f47c496781fda4ce35f79bea9fb03e6b29c1867 (patch) | |
tree | cc4f4ef900e4c3c55c6f126a749b38a28c334854 /guides | |
parent | 4fac8c651a0db3b2e49b6eb2d97424a55d81f8e0 (diff) | |
download | rails-0f47c496781fda4ce35f79bea9fb03e6b29c1867.tar.gz rails-0f47c496781fda4ce35f79bea9fb03e6b29c1867.tar.bz2 rails-0f47c496781fda4ce35f79bea9fb03e6b29c1867.zip |
Fix wrong doc and message about rails profiler.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/performance_testing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/performance_testing.md b/guides/source/performance_testing.md index b84c5d1732..a07f64ec29 100644 --- a/guides/source/performance_testing.md +++ b/guides/source/performance_testing.md @@ -559,9 +559,9 @@ Usage: rails profiler 'Ruby.code' 'Ruby.more_code' ... [OPTS] Default: 1 -o, --output PATH Directory to use when writing the results. Default: tmp/performance - --metrics a,b,c Metrics to use. + -m, --metrics a,b,c Metrics to use. Default: process_time,memory,objects - -m, --formats x,y,z Formats to output to. + -f, --formats x,y,z Formats to output to. Default: flat,graph_html,call_tree ``` |