MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / runWithProfile

Method runWithProfile

tools/benchmark/benchmark.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::unique_ptr<QueryResult> Benchmark::runWithProfile() const {
41 return conn->query("PROFILE " + query);
42}
43
44void Benchmark::writeLogFile(std::ofstream& log, uint32_t runNum, const QuerySummary& querySummary,
45 const std::vector<std::string>& actualOutput) const {

Callers 1

profileQueryIfEnabledMethod · 0.80

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected