MCPcopy Create free account
hub / github.com/dblalock/bolt / PrintTimer

Method PrintTimer

cpp/src/utils/timing_utils.hpp:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82class PrintTimer {
83public:
84 PrintTimer(const std::string& msg): _msg(msg), _tstart(timeNow()) {}
85 ~PrintTimer() {
86 // std::cout << _tstart << " to " << timeNow() << "\n"; // TODO rm
87 // auto elapsed = durationUs(_tstart, timeNow());

Callers

nothing calls this directly

Calls 1

timeNowFunction · 0.85

Tested by

no test coverage detected