#include <tictoc.hpp>
Public Attributes | |
std::string | description |
int64_t | ema |
char | flag |
int64_t | max |
int64_t | min |
int | numCalls |
int64_t | t |
int64_t | totalT |
Structure to keep track of timing information for each tictoc entry.
Definition at line 37 of file tictoc.hpp.
std::string fovis::tictoc_t::description |
Definition at line 46 of file tictoc.hpp.
int64_t fovis::tictoc_t::ema |
Definition at line 41 of file tictoc.hpp.
Definition at line 45 of file tictoc.hpp.
int64_t fovis::tictoc_t::max |
Definition at line 43 of file tictoc.hpp.
int64_t fovis::tictoc_t::min |
Definition at line 42 of file tictoc.hpp.
Definition at line 44 of file tictoc.hpp.
int64_t fovis::tictoc_t::t |
Definition at line 39 of file tictoc.hpp.
int64_t fovis::tictoc_t::totalT |
Definition at line 40 of file tictoc.hpp.