MCPcopy Create free account
hub / github.com/dds-bridge/dds / Used

Method Used

library/src/system/timer.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69bool Timer::Used() const
70{
71 return (count > 0);
72}
73
74
75int Timer::UserTime() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected