diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-02-01 11:51:06 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-02-08 18:05:13 +0100 |
commit | eec56b21f02368b085b0b1076233448459b4c555 (patch) | |
tree | 5ed8aa3ea38aaf48aca808b7693d924a498fe456 /lib/tools/doc/src/ref_man.xml | |
parent | e3c82f04a315824e03c57c8395b95ec132ca5ee1 (diff) | |
download | otp-eec56b21f02368b085b0b1076233448459b4c555.tar.gz otp-eec56b21f02368b085b0b1076233448459b4c555.tar.bz2 otp-eec56b21f02368b085b0b1076233448459b4c555.zip |
Add lcnt documentation
Documentation for the lock profiling tool
Diffstat (limited to 'lib/tools/doc/src/ref_man.xml')
-rw-r--r-- | lib/tools/doc/src/ref_man.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tools/doc/src/ref_man.xml b/lib/tools/doc/src/ref_man.xml index aea74e3746..6cd4975075 100644 --- a/lib/tools/doc/src/ref_man.xml +++ b/lib/tools/doc/src/ref_man.xml @@ -51,9 +51,14 @@ Erlang programs. Uses trace to file to minimize runtime performance impact, and displays time for calling and called functions.</item> + <tag><em>instrument</em></tag> <item>Utility functions for obtaining and analysing resource usage in an instrumented Erlang runtime system.</item> + + <tag><em>lcnt</em></tag> + <item>A lock profiling tool for the Erlang runtime system.</item> + <tag><em>make</em></tag> <item>A make utility for Erlang similar to UNIX make.</item> <tag><em>tags</em></tag> @@ -70,6 +75,7 @@ <xi:include href="erlang_mode.xml"/> <xi:include href="fprof.xml"/> <xi:include href="instrument.xml"/> + <xi:include href="lcnt.xml"/> <xi:include href="make.xml"/> <xi:include href="tags.xml"/> <xi:include href="xref.xml"/> |