From: Felipe Pessoto Date: Wed, 16 Oct 2019 20:17:16 +0000 (-0300) Subject: Updated profiles (#566) X-Git-Tag: submit/tizen/20200402.013218~14^2^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95e92dbc744e03995a2d2f8b30e457babac312aa;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Updated profiles (#566) --- diff --git a/documentation/dotnet-trace-instructions.md b/documentation/dotnet-trace-instructions.md index 85a0a6274..04f41f224 100644 --- a/documentation/dotnet-trace-instructions.md +++ b/documentation/dotnet-trace-instructions.md @@ -150,11 +150,10 @@ Options: --profile A named pre-defined set of provider configurations that allows common tracing scenarios to be specified succinctly. The options are: - runtime-basic Useful for tracking CPU usage and general runtime information. This the default option - if no profile is specified. - gc Tracks allocation and collection performance + cpu-sampling Useful for tracking CPU usage and general .NET runtime information. This is the default + option if no profile or providers are specified. + gc-verbose Tracks GC collection and sampled object allocations gc-collect Tracks GC collection only at very low overhead - none Tracks nothing. Only providers specified by the --providers option will be available. --providers A list of comma separated EventPipe providers to be enabled.