Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitfieldaudio/OTTO
/ ThreadTimer
Method
ThreadTimer
src/util/timer.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
#if OTTO_ENABLE_TIMERS
11
struct ThreadTimer {
12
ThreadTimer(std::string id) : id(id), active_timer(nullptr) {}
13
14
std::string id;
15
std::vector<TimerData> history;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected