MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / Timer

Method Timer

src_cpp/yaafe-core/utils.cpp:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 vector<Timer*> Timer::s_allTimers;
111
112 Timer::Timer(const std::string& name) :
113 m_name(name), m_totalTime(0.0), m_lastStart(0)
114 {}
115
116 Timer* Timer::get_timer(const string& name)
117 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected