Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
double QuerySummary::getExecutionTime() const {
15
return executionTime;
16
}
17
18
void QuerySummary::setExecutionTime(double time) {
19
executionTime = time;
Callers
8
printExecutionResult
Method · 0.45
printTruncatedExecutionResult
Method · 0.45
runBenchmark
Method · 0.45
writeLogFile
Method · 0.45
log
Method · 0.45
checkPlanResult
Method · 0.45
lbug_query_summary_get_execution_time
Function · 0.45
queryNoLock
Method · 0.45
Calls
no outgoing calls
Tested by
1
checkPlanResult
Method · 0.36