Expand description
Where the shell’s tracing goes: the dev-tools console, every line stamped
with the time it was written, and the Performance panel, every span a
timing — so a freeze reads as a gap in the log and a bar in a recording.
Stamps are taken when a line is written, not when the console shows it: a blocked page shows nothing until it yields, and the lines that then appear still say when each thing happened.
Functions§
- install
- Install the console and the Performance panel as the one subscriber: debug and up in a debug build, info and up otherwise.