Common: SPSCQueue cleanups and improvements.

This commit is contained in:
Jordan Woyak
2025-03-12 03:21:44 -05:00
parent d04e9e79a6
commit af960651e8
7 changed files with 121 additions and 81 deletions

View File

@ -59,7 +59,7 @@ private:
// Push'd from Count()
// and Pop'd from UpdateStats()
Common::SPSCQueue<DT, false> m_raw_dts;
Common::SPSCQueue<DT> m_raw_dts;
std::atomic<DT> m_last_raw_dt = DT::zero();
// Amount of time to sample dt's over (defaults to config)