Searched refs:curr_sample (Results 1 – 1 of 1) sorted by relevance
235 const auto curr_sample = energy_info_map_.at(power_rail.data()); in getAveragePower() local239 const auto duration = curr_sample.duration - last_sample.duration; in getAveragePower()240 const auto deltaEnergy = curr_sample.energy_counter - last_sample.energy_counter; in getAveragePower()257 power_history->push(curr_sample); in getAveragePower()