Skip to content

Commit d1748f7

Browse files
author
Alex Rønne Petersen
committed
[profiler] Remove coverage options from the help text in the log profiler.
We want people to use the new coverage profiler instead.
1 parent 7c8f5e0 commit d1748f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mono/profiler/log-args.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,6 @@ usage (void)
332332
mono_profiler_printf ("\theapshot-on-shutdown do a heapshot on runtime shutdown");
333333
mono_profiler_printf ("\t this option is independent of the above option");
334334
mono_profiler_printf ("\tcalls enable recording enter/leave method events (very heavy)");
335-
mono_profiler_printf ("\tcoverage enable collection of code coverage data");
336-
mono_profiler_printf ("\tcovfilter=ASSEMBLY add ASSEMBLY to the code coverage filters");
337-
mono_profiler_printf ("\t prefix a + to include the assembly or a - to exclude it");
338-
mono_profiler_printf ("\t e.g. covfilter=-mscorlib");
339-
mono_profiler_printf ("\tcovfilter-file=FILE use FILE to generate the list of assemblies to be filtered");
340335
mono_profiler_printf ("\tmaxframes=NUM collect up to NUM stack frames");
341336
mono_profiler_printf ("\tcalldepth=NUM ignore method events for call chain depth bigger than NUM");
342337
mono_profiler_printf ("\toutput=FILENAME write the data to file FILENAME (the file is always overwritten)");

0 commit comments

Comments
 (0)