From c81e2d5d8385055289072a1b41e7ba8bb5914ca1 Mon Sep 17 00:00:00 2001 From: Alexander Zhuravlev Date: Mon, 23 Jun 2014 00:58:13 +0400 Subject: Fixed typo. ranch_app starts eprof, not etop. --- manual/ranch_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3