Instructions
Unified web interface for analyzing the trace information of the Maps/ICs
- Visualize Map trees that have gathered
/path/to/d8 --trace-maps $FILE
- Visualize IC events that have gathered
/path/to/d8 --trace_ic $FILE (your_script.js)
Keyboard Shortcuts
- SHIFT + Arrow Up
- Follow Map transition forward (first child)
- SHIFT + Arrow Down
- Follow Map transition backwards
- Arrow Up
- Go to previous Map chunk
- Arrow Down
- Go to next Map in chunk
- Arrow Left
- Go to previous chunk
- Arrow Right
- Go to next chunk
- +
- Timeline zoom in
- -
- Timeline zoom out