debugEnhanceLayoutTimelineArguments top-level property Null safety
read / write
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:
- debugProfileLayoutsEnabled, which adds Timeline events for every RenderObject layout.
- debugEnhancePaintTimelineArguments, which does something similar for events related to RenderObject paints.
- debugEnhanceBuildTimelineArguments, which does something similar for events related to Widget builds.
Implementation
bool debugEnhanceLayoutTimelineArguments = false;