compileElapsed property

Duration? compileElapsed
final

Time spent compiling SQL on this isolate. Null when the observer did not see a compiler — a raw session.query has none.

Implementation

final Duration? compileElapsed;