LeviLamina
Loading...
Searching...
No Matches
TimeAccumulator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 TimeAccumulator& operator=(TimeAccumulator const&);
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI float getTimeSumAverageMS() const;
24
25 MCAPI float getTimeSumAverageSeconds() const;
26 // NOLINTEND
27};
Definition TimeAccumulator.h:5
Definition Alias.h:14