Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
acquire
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected