Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace. It provides rich analysis and visualization capabilities for trace files, supporting both the linux kernel trace format and Chrome's base/trace_event.
- Trace Event Format
- Linux kernel traces
To work on this code, from toplevel ./run_dev_server
In any browser, navigate to http://localhost:8003/
Make sure tests pass before committing.
Check out the trace-viewer wiki.