Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ setExecutionTime
Method
setExecutionTime
src/main/query_summary.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
void QuerySummary::setExecutionTime(double time) {
19
executionTime = time;
20
}
21
22
void QuerySummary::incrementCompilingTime(double increment) {
23
preparedSummary.compilingTime += increment;
Callers
1
executeNoLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected