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-14 22:26:51 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2016-10-02 19:56:27 +0300
commit61d6684f2782f9ceb61e7ee639cd15c3d2cea1ed (patch)
tree1666a416740a0e43550a4198f0333cbb46985193 /man
parentcf076ebd1dfc8aa912eb3199ef7c8d9eda0b1876 (diff)
[profiler] Add a nocounters option.
Diffstat (limited to 'man')
-rw-r--r--man/mprof-report.19
1 files changed, 2 insertions, 7 deletions
diff --git a/man/mprof-report.1 b/man/mprof-report.1
index 168759897a9..f19a02aa14e 100644
--- a/man/mprof-report.1
+++ b/man/mprof-report.1
@@ -209,13 +209,8 @@ The following commands are available:
\f[I]heapshot\f[]: perform a heapshot as soon as possible
.RE
.IP \[bu] 2
-\f[I]counters\f[]: sample counters values every 1 second. This allow
-a really lightweight way to have insight in some of the runtime key
-metrics. Counters displayed in non verbose mode are : Methods from AOT,
-Methods JITted using mono JIT, Methods JITted using LLVM, Total time
-spent JITting (sec), User Time, System Time, Total Time, Working Set,
-Private Bytes, Virtual Bytes, Page Faults and CPU Load Average (1min,
-5min and 15min).
+\f[I]nocounters\f[]: disables sampling of runtime and performance
+counters, which is normally done every 1 second.
.IP \[bu] 2
\f[I]coverage\f[]: collect code coverage data. This implies enabling
the \f[I]calls\f[] option.