MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getCompilingTime

Method getCompilingTime

src/main/query_summary.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace main {
9
10double QuerySummary::getCompilingTime() const {
11 return preparedSummary.compilingTime;
12}
13
14double QuerySummary::getExecutionTime() const {
15 return executionTime;

Callers 6

printExecutionResultMethod · 0.80
writeLogFileMethod · 0.80
logMethod · 0.80
queryNoLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected