Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getCompilingTime
Method
getCompilingTime
src/main/query_summary.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
namespace main {
9
10
double QuerySummary::getCompilingTime() const {
11
return preparedSummary.compilingTime;
12
}
13
14
double QuerySummary::getExecutionTime() const {
15
return executionTime;
Callers
6
printExecutionResult
Method · 0.80
printTruncatedExecutionResult
Method · 0.80
writeLogFile
Method · 0.80
log
Method · 0.80
lbug_query_summary_get_compiling_time
Function · 0.80
queryNoLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected