timelineTracingEnabled property

bool timelineTracingEnabled
getter/setter pair

When true, NitroRuntime wraps bridge calls in dart:developer timeline spans so DevTools can attribute native bridge cost per method.

Defaults to false; enable only while profiling to keep production's default bridge path free of timeline instrumentation overhead.

Implementation

bool timelineTracingEnabled = false;