debugEnhanceLayoutTimelineArguments top-level property

bool debugEnhanceLayoutTimelineArguments
getter/setter pair

Adds debugging information to Timeline events related to RenderObject layouts.

This flag will only add Timeline event arguments for debug builds. Additional arguments will be added for the "LAYOUT" timeline event and for all RenderObject layout Timeline events, which are the events that are added when debugProfileLayoutsEnabled is true. The debugging information that will be added in trace arguments includes stats around RenderObject dirty states and RenderObject diagnostic information (i.e. RenderObject properties).

See also:

Implementation

bool debugEnhanceLayoutTimelineArguments = false;