diff options
author | Hans Bolinder <[email protected]> | 2015-10-13 14:01:37 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-11-04 13:03:57 +0100 |
commit | 588cb79c699d304cae4ed1eb2ec305319a766331 (patch) | |
tree | 5d3743888172500d882f8ec309ec4a12a7f6686c /lib/tools/doc/src | |
parent | 5ae78de4e4f6e220e29ad2f54b95a0098da4b365 (diff) | |
download | otp-588cb79c699d304cae4ed1eb2ec305319a766331.tar.gz otp-588cb79c699d304cae4ed1eb2ec305319a766331.tar.bz2 otp-588cb79c699d304cae4ed1eb2ec305319a766331.zip |
[tools] Correct documentation
Fix mistakes found by 'xmllint'.
Diffstat (limited to 'lib/tools/doc/src')
-rw-r--r-- | lib/tools/doc/src/eprof.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/doc/src/eprof.xml b/lib/tools/doc/src/eprof.xml index 7dccd927ca..8e37d49c99 100644 --- a/lib/tools/doc/src/eprof.xml +++ b/lib/tools/doc/src/eprof.xml @@ -131,13 +131,13 @@ <name>analyze() -> ok</name> <name>analyze(Type) -> ok</name> <name>analyze(Type,Options) -> ok</name> + <fsummary>Display profiling results per process.</fsummary> <type> <v>Type = procs | total</v> <v>Options = [{filter, Filter} | {sort, Sort}</v> <v>Filter = [{calls, integer()} | {time, float()}]</v> <v>Sort = time | calls | mfa</v> </type> - <fsummary>Display profiling results per process.</fsummary> <desc> <p>Call this function when profiling has been stopped to display the results per process, that is:</p> |