diff options
author | Lukas Larsson <[email protected]> | 2017-10-24 16:55:33 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-31 10:42:56 +0100 |
commit | 6c25aaa1e447b12dcb640b0e3311a3722b501ddc (patch) | |
tree | 175b3696c82992394108b74d6104357bbe4c6227 /erts/doc/src/erlang.xml | |
parent | 6ef6bbbcb18323b86eb4e654f72d2b1c6bad086f (diff) | |
download | otp-6c25aaa1e447b12dcb640b0e3311a3722b501ddc.tar.gz otp-6c25aaa1e447b12dcb640b0e3311a3722b501ddc.tar.bz2 otp-6c25aaa1e447b12dcb640b0e3311a3722b501ddc.zip |
system: Add info to profiling effeciency guide
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 9d3ec406b4..7e5388b708 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2955,7 +2955,10 @@ os_prompt%</pre> <p>The total amount of memory currently allocated for the emulator that is not directly related to any Erlang process. Memory presented as <c>processes</c> is not - included in this memory.</p> + included in this memory. <seealso marker="tools:instrument"> + <c>instrument(3)</c></seealso> can be used to + get a more detailed breakdown of what memory is part + of this type.</p> </item> <tag><c>atom</c></tag> <item> |