Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
class PrintTimer {
83
public:
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
timeNow
Function · 0.85
Tested by
no test coverage detected