#include <timing_aggregator.h>
Definition at line 30 of file timing_aggregator.h.
◆ TimingAggregator()
bdm::TimingAggregator::TimingAggregator |
( |
| ) |
|
|
default |
◆ ~TimingAggregator()
bdm::TimingAggregator::~TimingAggregator |
( |
| ) |
|
|
default |
◆ AddDescription()
void bdm::TimingAggregator::AddDescription |
( |
const std::string & |
text | ) |
|
|
inline |
◆ AddEntry()
void bdm::TimingAggregator::AddEntry |
( |
const std::string & |
key, |
|
|
int64_t |
value |
|
) |
| |
|
inline |
◆ BDM_CLASS_DEF_NV()
◆ operator[]()
int bdm::TimingAggregator::operator[] |
( |
std::string |
idx | ) |
|
|
inline |
◆ operator<<
◆ descriptions_
std::vector<std::string> bdm::TimingAggregator::descriptions_ |
|
private |
◆ timings_
std::map<std::string, std::vector<int64_t> > bdm::TimingAggregator::timings_ |
|
private |
The documentation for this class was generated from the following file: