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

Method getExecutionTime

src/main/query_summary.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14double QuerySummary::getExecutionTime() const {
15 return executionTime;
16}
17
18void QuerySummary::setExecutionTime(double time) {
19 executionTime = time;

Callers 8

printExecutionResultMethod · 0.45
runBenchmarkMethod · 0.45
writeLogFileMethod · 0.45
logMethod · 0.45
checkPlanResultMethod · 0.45
queryNoLockMethod · 0.45

Calls

no outgoing calls

Tested by 1

checkPlanResultMethod · 0.36