Lines Matching defs:TimingManager
26 class TimingManager;
29 // along with TimingManager or standalone.
32 // The use of Timer without binding to a TimingManager is supposed to do the
33 // timer logging manually. Otherwise, TimingManager will do the logging stuff
56 // Unset the bound TimingManager so that we don't report the data back. This
65 friend class TimingManager;
66 Timer(TimingManager &Manager, u32 HandleId)
71 TimingManager *Manager = nullptr;
77 // TimingManager.
80 ScopedTimer(TimingManager &Manager, const char *Name);
81 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name);
87 // TimingManager lets the registered timer report their data and reports the
89 class TimingManager {
91 TimingManager(u32 PrintingInterval = DefaultPrintingInterval)
93 ~TimingManager() {