Skip to content

Commit

Permalink
Update tracing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kumraj authored Jun 20, 2023
1 parent 921c4ef commit 6993575
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tracing/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ There are various tools and scripts to capture Media Foundation (MF) traces. Fol
Follow these steps to capture traces and other related information.

1. Download
- Download [mftracelog.zip](https://github.com/microsoft/media-foundation/releases/download/V1/mftracelog.zip)
- Download **mftracelog.zip** from [https://github.com/microsoft/media-foundation/releases/latest](https://github.com/microsoft/media-foundation/releases/latest)
- Unzip the downloaded file to obtain mftracelog.exe for x86, arm64 and amd64 platforms
- Identify your machine's platform (amd64, x86, arm64) and open the corresponding folder
2. Start tracing and reproduce the issue
Expand All @@ -28,5 +28,7 @@ Follow these steps to capture traces and other related information.

## Video Playback Performance Scenarios

See this [section](../performanceTracing/README.md) for more information.
For performance scenarios, select the **Performance** and **Full Traces** radio button in the mftracelog.exe UI and follow instructions as mentioned above. Performance traces can produce very large trace files so try to keep the capture to less than 2 minutes.

Optionally, you can also capture traces using command window. See [section](../performanceTracing/README.md) for more information.

0 comments on commit 6993575

Please sign in to comment.