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

Method start

src/svgfill/src/arrange_polygons.cpp:2921–2927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2919 timer(bool enabled = true) : enabled_(enabled) {}
2920
2921 entry start(const std::string& name) {
2922 if (enabled_) {
2923 return entry(timings_.insert({name, std::chrono::high_resolution_clock::now()}).first);
2924 } else {
2925 return entry();
2926 }
2927 }
2928
2929 private:
2930 std::map<

Callers 5

addMethod · 0.45
addParentMethod · 0.45
arrange_cgal_polygonsFunction · 0.45

Calls 2

entryClass · 0.85
insertMethod · 0.45

Tested by

no test coverage detected