MCPcopy 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
18void QuerySummary::setExecutionTime(double time) {
19 executionTime = time;
20}
21
22void QuerySummary::incrementCompilingTime(double increment) {
23 preparedSummary.compilingTime += increment;

Callers 1

executeNoLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected