From 1e1c5905d7b0db874b2df2ba838e3ab163e8f02a Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Thu, 19 Oct 2017 08:55:57 +0200 Subject: system: Add External OSS tools section to profiling guilde --- system/doc/efficiency_guide/profiling.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'system/doc/efficiency_guide/profiling.xml') diff --git a/system/doc/efficiency_guide/profiling.xml b/system/doc/efficiency_guide/profiling.xml index bf50a03fa6..f661abf285 100644 --- a/system/doc/efficiency_guide/profiling.xml +++ b/system/doc/efficiency_guide/profiling.xml @@ -65,6 +65,20 @@

The tools are further described in Tools.

+ +

There are also several open source tools outside of Erlang/OTP + that can be used to help profiling. Some of them are:

+ + + erlgrind + can be used to visualize fprof data in kcachegrind. + eflame + is an alternative to fprof that displays the profiling output as a flamegraph. + recon + is a collection of Erlang profiling and debugging tools. + This tool comes with an accompanying E-book called + Erlang in Anger. +
-- cgit v1.2.3