MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / JTimeRecorder

Method JTimeRecorder

jalib/jtimer.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45jalib::JTimeRecorder::JTimeRecorder(const dmtcp::string &name, bool printToFile)
46 : _name(name)
47 , _isStarted(false)
48 , _printToFile(printToFile)
49{}
50
51namespace
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected