Update the debug overlay
This commit is contained in:
parent
9e028d56c0
commit
66b8629964
4 changed files with 65 additions and 6 deletions
|
|
@ -19,6 +19,7 @@ class CHyprMonitorDebugOverlay {
|
|||
std::deque<float> m_dLastFrametimes;
|
||||
std::deque<float> m_dLastRenderTimes;
|
||||
std::deque<float> m_dLastRenderTimesNoOverlay;
|
||||
std::deque<float> m_dLastAnimationTicks;
|
||||
std::chrono::high_resolution_clock::time_point m_tpLastFrame;
|
||||
CMonitor* m_pMonitor = nullptr;
|
||||
wlr_box m_wbLastDrawnBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue