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

Function _writeTimerLogLine

jalib/jtimer.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void
65_writeTimerLogLine(const dmtcp::string &name, double time)
66{
67 static std::ofstream logfile("jtimings.csv", std::ios::out | std::ios::app);
68
69 logfile << _testName() << ',' << name << ',' << time << std::endl;
70 JASSERT_STDERR << "JTIMER(" << name << ") : " << time << '\n';
71}
72}
73
74void

Callers 1

recordTimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected