| 47 | } |
| 48 | |
| 49 | void |
| 50 | StdTracer::commit(const Space& home, |
| 51 | const CommitTraceInfo& cti) { |
| 52 | os << "trace::" << cti << std::endl |
| 53 | << '\t'; |
| 54 | cti.brancher().print(home, cti.choice(), cti.alternative(), os); |
| 55 | os << std::endl; |
| 56 | } |
| 57 | |
| 58 | void |
| 59 | StdTracer::post(const Space&, |
nothing calls this directly
no test coverage detected