Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ incrementExecutionTime
Method
incrementExecutionTime
src/main/query_summary.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void QuerySummary::incrementExecutionTime(double increment) {
27
executionTime += increment;
28
}
29
30
bool QuerySummary::isExplain() const {
31
return preparedSummary.statementType == StatementType::EXPLAIN;
Callers
1
queryNoLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected