X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;fp=man%2Fmono.1;h=5ac6ea81002aa08bca26649d78f1ea3288f0fe8e;hb=5b681a16bd7aaf579f6b4a32eed36ee05bd4f562;hp=7d2f14c151e5a42709de29d68df5022822d01667;hpb=fc6f7e7921bc0367ad3d042ce5b8fe2d6dfe54e4;p=mono.git diff --git a/man/mono.1 b/man/mono.1 index 7d2f14c151e..5ac6ea81002 100644 --- a/man/mono.1 +++ b/man/mono.1 @@ -908,8 +908,11 @@ your profiler. For a sample of how to write your own custom profiler look in the Mono source tree for in the samples/profiler.c. .SH CODE COVERAGE -Mono ships with a code coverage module in the \f[I]log\f[] profiler. -Check the `coverage' option on the mprof-report(1) page for more details. +Mono ships with a code coverage module in the \f[I]coverage\f[] profiler. +To enable it, pass \fB--profile=coverage\fR to your mono invocation. It +will by default output a coverage.xml in the current directory. Use +\fBmono --profile=coverage:help sample.exe\fR for more information on the +different options. .SH AOT PROFILING You can improve startup performance by using the AOT profiler. .PP