MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetMicrosecondInterval

Method GetMicrosecondInterval

DebugView++Lib/PolledLogSource.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57long PolledLogSource::GetMicrosecondInterval() const
58{
59 return static_cast<long>(m_microsecondInterval.count());
60}
61
62void PolledLogSource::Abort()
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected