| 43 | } |
| 44 | |
| 45 | jalib::JTimeRecorder::JTimeRecorder(const dmtcp::string &name, bool printToFile) |
| 46 | : _name(name) |
| 47 | , _isStarted(false) |
| 48 | , _printToFile(printToFile) |
| 49 | {} |
| 50 | |
| 51 | namespace |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected