diff options
author | Alexander Zhuravlev <[email protected]> | 2014-06-23 00:58:13 +0400 |
---|---|---|
committer | Alexander Zhuravlev <[email protected]> | 2014-06-23 00:58:13 +0400 |
commit | c81e2d5d8385055289072a1b41e7ba8bb5914ca1 (patch) | |
tree | a5469fcdefabe15b59d2d15649ad4a0bd637d845 /manual/ranch_app.md | |
parent | 3189ef2d47843945efc96c224963380462c33d40 (diff) | |
download | ranch-c81e2d5d8385055289072a1b41e7ba8bb5914ca1.tar.gz ranch-c81e2d5d8385055289072a1b41e7ba8bb5914ca1.tar.bz2 ranch-c81e2d5d8385055289072a1b41e7ba8bb5914ca1.zip |
Fixed typo. ranch_app starts eprof, not etop.
Diffstat (limited to 'manual/ranch_app.md')
-rw-r--r-- | manual/ranch_app.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ranch_app.md b/manual/ranch_app.md index 380931c..1f9d976 100644 --- a/manual/ranch_app.md +++ b/manual/ranch_app.md @@ -21,7 +21,7 @@ The `ranch` application defines one application environment configuration parameter. - profile (false) - - When enabled, Ranch will start `etop` profiling automatically. + - When enabled, Ranch will start `eprof` profiling automatically. You can use the `ranch_app:profile_output/0` function to stop profiling and output the results to the files `procs.profile` |