MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / PrintPerformanceStatsOnElement

Function PrintPerformanceStatsOnElement

src/ifcparse/IfcLogger.h:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 static std::string GetLog();
102 static void PrintPerformanceStats();
103 static void PrintPerformanceStatsOnElement(bool b) { print_perf_stats_on_element_ = b; }
104};
105
106#define PERF(x) \

Callers 1

IfcConvert.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected