Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CCalculateFrames.hpp
Go to the documentation of this file.
1#ifndef LIBS_GRAPHICSCOMP_CCALCULATEFRAMES_HPP_
2#define LIBS_GRAPHICSCOMP_CCALCULATEFRAMES_HPP_
3
5
6#include <string>
7
9{
10public:
13
14 void calculateFrame();
15 bool hasRatioFrames(std::string *strDescription) const;
16
17private:
19 uint64_t m_numFrames;
20
23};
24
25#endif /* LIBS_GRAPHICSCOMP_CCALCULATEFRAMES_HPP_ */
Definition CCalculateFrames.hpp:9
CCalculateFrames()
Definition CCalculateFrames.cpp:9
iv::core::MonotonicTimer m_timer
Definition CCalculateFrames.hpp:18
bool hasRatioFrames(std::string *strDescription) const
Definition CCalculateFrames.cpp:38
bool m_isCalculated
Definition CCalculateFrames.hpp:21
void calculateFrame()
Definition CCalculateFrames.cpp:19
double m_framesPerSeconds
Definition CCalculateFrames.hpp:22
uint64_t m_numFrames
Definition CCalculateFrames.hpp:19
Definition MonotonicTimer.hpp:12