MCPcopy Create free account
hub / github.com/axmolengine/axmol / displayTimers

Method displayTimers

core/base/Profiling.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79Profiler::~Profiler() {}
80
81void Profiler::displayTimers()
82{
83 for (auto&& iter : _activeTimers)
84 {
85 ProfilingTimer* timer = iter.second;
86 AXLOGI("{}", timer->getDescription());
87 }
88}
89
90// implementation of ProfilingTimer
91

Callers

nothing calls this directly

Calls 1

getDescriptionMethod · 0.45

Tested by

no test coverage detected