MCPcopy Create free account
hub / github.com/Gecode/gecode / statistics

Method statistics

gecode/search/par/engine.hpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 */
132 template<class Tracer>
133 forceinline Statistics
134 Engine<Tracer>::Worker::statistics(void) {
135 m.acquire();
136 Statistics s = *this;
137 m.release();
138 return s;
139 }
140
141
142 /*

Callers

nothing calls this directly

Calls 2

acquireMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected