File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -332,11 +332,6 @@ usage (void)
332
332
mono_profiler_printf ("\theapshot-on-shutdown do a heapshot on runtime shutdown" );
333
333
mono_profiler_printf ("\t this option is independent of the above option" );
334
334
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" );
340
335
mono_profiler_printf ("\tmaxframes=NUM collect up to NUM stack frames" );
341
336
mono_profiler_printf ("\tcalldepth=NUM ignore method events for call chain depth bigger than NUM" );
342
337
mono_profiler_printf ("\toutput=FILENAME write the data to file FILENAME (the file is always overwritten)" );
You can’t perform that action at this time.
0 commit comments