9 ::ll::TypedStorage<4, 4, float> mTotalOverLastSecond;
10 ::ll::TypedStorage<4, 4, float> mAverageOverLastSecond;
11 ::ll::TypedStorage<4, 4, float> mMaximumOverLastSecond;
12 ::ll::TypedStorage<4, 4, uint> mNumberOfSamplesInLastSecond;
13 ::ll::TypedStorage<8, 24, ::std::vector<::std::chrono::nanoseconds>> mSamples;
14 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLastResetTime;
20 MCAPI
void addSample(::std::chrono::nanoseconds dt);