Instant Trace Viewer is a developer tool for collecting and analyzing traces and logs. It features a straightforward interface for viewing both real-time traces and trace files, with filtering and graphical visualizations to help you quickly understand your program's behavior during development.
Real-time trace sources supported:
- Event Tracing for Windows (ETW)
- Android Logcat
Supported file formats:
- ETL (Event Tracing for Windows)
- Perfetto
- CSV and TSV
You can install Instant Trace Viewer from the Microsoft Store or using winget from the command line.
Click the button above to install Instant Trace Viewer.
If you prefer using the command line, install Instant Trace Viewer with Windows Package Manager (winget):
winget install 9NWPWZGRVL2C
⚠️ WARNING: This repository uses nested submodules. Make sure you initialize submodules recursively, otherwise you will get compile errors!
To clone the repository, use the following command in your terminal:
git clone https://github.com/brycehutchings/InstantTraceViewer --recursiveIf you forget to use --recurse-submodules when cloning, you can use the following command to update the submodules:
git submodule update --init --recursiveThese are the latest builds produced by this project's GitHub Actions pipeline.
- Download InstantTraceViewer-x64.zip
- Download InstantTraceViewer-ARM64.zip
