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

Function trace

gecode/kernel/trace/general.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace Gecode {
37
38 void
39 trace(Home home, TraceFilter tf, int te, Tracer& t) {
40 if (static_cast<Space&>(home).findtracerecorder())
41 throw MoreThanOneTracer("trace()");
42 GECODE_POST;
43 GECODE_ES_FAIL(TraceRecorder::post(home,tf,te,t));
44 }
45
46}
47

Callers

nothing calls this directly

Calls 2

findtracerecorderMethod · 0.80
postFunction · 0.70

Tested by

no test coverage detected