MCPcopy 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
26void QuerySummary::incrementExecutionTime(double increment) {
27 executionTime += increment;
28}
29
30bool QuerySummary::isExplain() const {
31 return preparedSummary.statementType == StatementType::EXPLAIN;

Callers 1

queryNoLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected