Agora
1.2.0
Agora project
|
#include <stats.h>
Public Member Functions | |
FrameSummary () | |
Public Attributes | |
std::array< double, kMaxStatBreakdown > | us_this_thread_ |
size_t | count_this_thread_ = 0 |
std::array< double, kMaxStatBreakdown > | us_avg_threads_ |
size_t | count_all_threads_ = 0 |
|
inline |
size_t FrameSummary::count_all_threads_ = 0 |
size_t FrameSummary::count_this_thread_ = 0 |
std::array<double, kMaxStatBreakdown> FrameSummary::us_avg_threads_ |
std::array<double, kMaxStatBreakdown> FrameSummary::us_this_thread_ |