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

Method Used

library/src/system/timer_list.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66bool TimerList::Used() const
67{
68 for (unsigned g = 0; g < TIMER_NO_SIZE; g++)
69 {
70 if (timerGroups[g].Used())
71 return true;
72 }
73 return false;
74}
75
76
77void TimerList::PrintStats(ofstream& fout) const

Callers 1

PrintStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected