compileElapsed property
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;
Time spent compiling SQL on this isolate. Null when the observer did
not see a compiler — a raw session.query has none.
final Duration? compileElapsed;