mirror of
https://github.com/servo/servo.git
synced 2025-09-23 13:20:11 +01:00
Restore the layout trace viewer
This commit is contained in:
parent
4af21e3ae1
commit
0cab0501f4
15 changed files with 679 additions and 1 deletions
8
etc/layout_viewer/README
Normal file
8
etc/layout_viewer/README
Normal file
|
@ -0,0 +1,8 @@
|
|||
To generate a layout trace:
|
||||
|
||||
```
|
||||
./mach run -d -Z trace-layout <url>
|
||||
```
|
||||
|
||||
A few `layout_trace_<reflow_count>.json` files will be written to the current directory that can be loaded by the viewer.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue