Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2016-09-09 12:46:15 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2016-10-02 19:28:04 +0300
commit129560cb97131f9ce1326a6683a519707bd98585 (patch)
treecf8042f28887eab4ba3a8e9fdc061abb02f8cebd /man
parent4199952108d135dcbcbd6e1b4a2e63a711155eb3 (diff)
[profiler] Document and fix the onlycoverage option.
Diffstat (limited to 'man')
-rw-r--r--man/mprof-report.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mprof-report.1 b/man/mprof-report.1
index cdc3c9a8f65..c9b756bd990 100644
--- a/man/mprof-report.1
+++ b/man/mprof-report.1
@@ -244,6 +244,10 @@ Private Bytes, Virtual Bytes, Page Faults and CPU Load Average (1min,
.IP \[bu] 2
\f[I]coverage\f[]: collect code coverage data. This implies enabling
the \f[I]calls\f[] option.
+.IP \[bu] 2
+\f[I]onlycoverage\f[]: can only be used with \f[I]coverage\f[]. This
+disables most other events so that the profiler mostly only collects
+coverage data.
.RE
.SS Analyzing the profile data
.PP