X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmono.1;h=5ac6ea81002aa08bca26649d78f1ea3288f0fe8e;hb=HEAD;hp=7d2f14c151e5a42709de29d68df5022822d01667;hpb=5f523b92fc16d1257ffe85328a0cfdbdbd5f5466;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