Skip to content

Commit c3bdff3

Browse files
aaron-tylerRon Petrusha
authored andcommitted
Remove unknown -d parameter to xperf -merge (#11575)
1 parent 02f4037 commit c3bdff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/performance/clr-etw-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The common language runtime (CLR) has two providers: the runtime provider and th
7878
4. Merge the profiles to create one log file:
7979
8080
```
81-
xperf -merge -d clr1.etl clr2.etl merged.etl
81+
xperf -merge clr1.etl clr2.etl merged.etl
8282
```
8383
8484
The merged.etl file will contain the events from the runtime and the rundown provider sessions.

0 commit comments

Comments
 (0)