- Embedding-Trace-Viewer the trace-viewer in your own app.
- How to extend and customize the trace-viewer to suit your domain
- Trace Event Format if you want to generate traces yourself
- py-trace-event for generating traces from python
- Chrome's trace_event.h if you're in Chrome's ecosystem
- ftrace for generating traces on Linux
Note: trace-viewer supports custom trace file formats. Just add an importer to trace viewer for your favorite file format.
- Join our Google Groups: trace-viewer, trace-viewer-bugs
- Learn how to start: Contributing
- Read the Trace Viewer style guide
- Pick a feature from the tracing wish list.
- Familiarize yourself with the Trace-Viewer's-Internals.