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
Update dotnet-trace.md for --dsrouter switch (#46087)
* Update dotnet-trace.md for --dsrouter switch
dotnet-trace has a --dsrouter switch. document it
* Update docs/core/diagnostics/dotnet-trace.md
Co-authored-by: Tom McDonald <[email protected]>
---------
Co-authored-by: Tom McDonald <[email protected]>
Copy file name to clipboardExpand all lines: docs/core/diagnostics/dotnet-trace.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: dotnet-trace diagnostic tool - .NET CLI
3
3
description: Learn how to install and use the dotnet-trace CLI tool to collect .NET traces of a running process without the native profiler, by using the .NET EventPipe.
4
-
ms.date: 08/22/2024
4
+
ms.date: 05/12/2025
5
5
ms.topic: reference
6
6
---
7
7
# dotnet-trace performance analysis utility
8
8
9
-
**This article applies to:** ✔️ `dotnet-trace`3.0.47001 and later versions
9
+
**This article applies to:** ✔️ `dotnet-trace`9.0.625801 and later versions
10
10
11
11
## Install
12
12
@@ -76,6 +76,7 @@ Collects a diagnostic trace from a running process or launches a child process a
You can read about the CLR provider more in detail on the [.NET runtime provider reference documentation](../../fundamentals/diagnostics/runtime-events.md).
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.
161
+
157
162
-**`--format {Chromium|NetTrace|Speedscope}`**
158
163
159
164
Sets the output format for the trace file conversion. The default is `NetTrace`.
0 commit comments