5namespace Stroika::Samples::HTMLUI {
12 inline OperationalStatisticsMgr::ProcessAPICmd::ProcessAPICmd ()
22 inline void OperationalStatisticsMgr::Add_ (
const Rec_& r)
24 lock_guard lk{fMutex_};
26 if (fNextHistory_ == Memory::NEltsOf (fRollingHistory_)) {
29 Assert (fNextHistory_ < Memory::NEltsOf (fRollingHistory_));
30 fRollingHistory_[fNextHistory_] = r;
TimePointSeconds GetTickCount() noexcept
get the current (monotonically increasing) time - from RealtimeClock