debugEnhanceBuildTimelineArguments top-level property

bool debugEnhanceBuildTimelineArguments
getter/setter pair

Adds debugging information to Timeline events related to Widget builds.

This flag will only add Timeline event arguments for debug builds. Additional arguments will be added for the "BUILD" Timeline event and for all Widget build Timeline events, which are the Timeline events that are added when either of debugProfileBuildsEnabled and debugProfileBuildsEnabledUserWidgets are true. The debugging information that will be added in trace arguments includes stats around Widget dirty states and Widget diagnostic information (i.e. Widget properties).

See also:

Implementation

bool debugEnhanceBuildTimelineArguments = false;