Updated profiles (#566)
authorFelipe Pessoto <felipepessoto@hotmail.com>
Wed, 16 Oct 2019 20:17:16 +0000 (17:17 -0300)
committerSung Yoon Whang <suwhang@microsoft.com>
Wed, 16 Oct 2019 20:17:16 +0000 (13:17 -0700)
documentation/dotnet-trace-instructions.md

index 85a0a62740891612085a4651359aae6460b726be..04f41f22498a7a8a76e20e8e6a76128580d3c7fb 100644 (file)
@@ -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 <list-of-comma-separated-providers>
     A list of comma separated EventPipe providers to be enabled.