You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starts [dotnet-dsrouter](dotnet-dsrouter.md) and connects to it. Requires [dotnet-dsrouter](dotnet-dsrouter.md) to be installed. Run `dotnet-dsrouter -h` for more information.
167
+
Starts [dotnet-dsrouter](dotnet-dsrouter.md) and connects to it. Requires [dotnet-dsrouter](dotnet-dsrouter.md) to be installed. Run `dotnet-dsrouter -h` for more information.
A named pre-defined set of provider configurations that allows common tracing scenarios to be specified succinctly. The following profiles are available:
206
212
207
-
| Profile | Description |
208
-
|---------|-------------|
209
-
|`cpu-sampling`|Useful for tracking CPU usage and general .NET runtime information. This is the default option if no profile or providers are specified.|
210
-
|`gc-verbose`|Tracks GC collections and samples object allocations.|
211
-
|`gc-collect`|Tracks GC collections only at very low overhead.|
213
+
| Profile | Description |
214
+
|---------|-------------|
215
+
|`cpu-sampling`|Useful for tracking CPU usage and general .NET runtime information. This is the default option if no profile or providers are specified.|
216
+
|`gc-verbose`|Tracks GC collections and samples object allocations.|
217
+
|`gc-collect`|Tracks GC collections only at very low overhead.|
Copy file name to clipboardExpand all lines: docs/core/diagnostics/eventsource-collect-and-view-traces.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ into other formats, such as Chromium or [Speedscope](https://www.speedscope.app/
214
214
Trace completed.
215
215
```
216
216
217
-
dotnet-trace uses the [conventional text format](#conventions-for-describing-provider-configuration) for describing provider configuration in
217
+
dotnet-trace uses a comma-delimited variant of the [conventional text format](#conventions-for-describing-provider-configuration) for describing provider configuration in
218
218
the `--providers` argument. For more options on how to take traces using dotnet-trace, see the
0 commit comments