summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2015-10-14 11:23:25 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2015-10-14 11:23:25 +0200
commit7045f8efed071573992b43ef7df6aadff5678c70 (patch)
treeb41241767fac6aa3d9e16935aaa63bedc803a7d1 /src
parent5d73a8d8e7c9d56231970ab775231a7a87bcd14a (diff)
downloadrebar-7045f8efed071573992b43ef7df6aadff5678c70.tar.gz
fprof: document Cachegrind support
Diffstat (limited to 'src')
-rw-r--r--src/rebar.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index dcfb353..3acd73a 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -501,7 +501,9 @@ option_spec_list() ->
{profile, $p, "profile", undefined,
"Profile this run of rebar. Via profiler= you can optionally select "
"either fprof (default) or eflame. The result can be found in "
- "fprof.analysis or eflame.svg."},
+ "fprof.analysis or eflame.svg. Additionally, in fprof mode, if "
+ "erlgrind can be found in $PATH, a Cachegrind file will be generated "
+ "as well."},
{keep_going, $k, "keep-going", undefined,
"Keep running after a command fails"},
{recursive, $r, "recursive", boolean,