mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Create separate layout trace file for each reflow
This commit is contained in:
parent
bba3eefde8
commit
fc8731990c
2 changed files with 3 additions and 3 deletions
|
@ -1522,7 +1522,7 @@ impl LayoutThread {
|
|||
self.first_reflow = false;
|
||||
|
||||
if opts::get().trace_layout {
|
||||
layout_debug::end_trace();
|
||||
layout_debug::end_trace(self.generation);
|
||||
}
|
||||
|
||||
if opts::get().dump_flow_tree {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue