|
template<typename type > |
std::map< uint64_t, std::shared_ptr< type > >::iterator | geopm::sample_aggregator_emplace_hash (std::map< uint64_t, std::shared_ptr< type > > &hash_accum_map, uint64_t hash) |
|
template<typename type > |
void | geopm::sample_aggregator_update_epoch (type &signal, int epoch_count) |
|
template<typename type > |
void | geopm::sample_aggregator_update_hash_exit (type &signal, uint64_t hash) |
|
template<typename type > |
void | geopm::sample_aggregator_update_hash_enter (type &signal, uint64_t hash) |
|
template<typename type > |
void | geopm::sample_aggregator_update_period (type &signal, int period) |
|