Create separate layout trace file for each reflow

This commit is contained in:
Shing Lyu 2016-09-09 17:32:12 +08:00
parent bba3eefde8
commit fc8731990c
2 changed files with 3 additions and 3 deletions

View file

@ -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 {