9 ::ll::TypedStorage<8, 8, uint64> mCount;
10 ::ll::TypedStorage<8, 8, uint64> mNanoseconds;
11 ::ll::TypedStorage<8, 8, uint64> mMaxSample;
17 MCAPI TimeAccumulator();
19 MCAPI
void addTime(::std::chrono::nanoseconds
const& time);
21 MCFOLD uint64 getCount()
const;
23 MCAPI
float getTimeSumAverageMS()
const;
25 MCAPI
float getTimeSumAverageSeconds()
const;
27 MCAPI
float getTimeSumSeconds()
const;