Skip to content

Instant Trace Viewer is a developer tool for collecting and viewing traces and logs, specializing in viewing traces in real-time.

License

Notifications You must be signed in to change notification settings

brycehutchings/InstantTraceViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Trace Viewer

Windows Build

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.

image

Real-time trace sources supported:

  • Event Tracing for Windows (ETW)
  • Android Logcat

Supported file formats:

  • ETL (Event Tracing for Windows)
  • Perfetto
  • CSV and TSV

Installation

You can install Instant Trace Viewer from the Microsoft Store or using winget from the command line.

Microsoft Store

Install from Microsoft Store

Click the button above to install Instant Trace Viewer.

Winget (Command Line)

If you prefer using the command line, install Instant Trace Viewer with Windows Package Manager (winget):

winget install 9NWPWZGRVL2C

Cloning the Repository

⚠️ 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 --recursive

If you forget to use --recurse-submodules when cloning, you can use the following command to update the submodules:

git submodule update --init --recursive

Developer Builds

These are the latest builds produced by this project's GitHub Actions pipeline.

About

Instant Trace Viewer is a developer tool for collecting and viewing traces and logs, specializing in viewing traces in real-time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages