mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
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.
|
|
|