Searched refs:cumulative_bins (Results 1 – 4 of 4) sorted by relevance
29 cumulative_bins.fill(0); in Ringbuffer()63 update_cumulative(now, cumulative_frame_count, cumulative_bins); in insert()84 histogram::Ringbuffer::Sample sample { cumulative_frame_count, cumulative_bins }; in collect_cumulative()
82 std::array<uint64_t, HIST_V_SIZE> cumulative_bins; variable
30 cumulative_bins.fill(0); in Ringbuffer()72 update_cumulative(now, cumulative_frame_count, cumulative_bins); in insert()95 histogram::Ringbuffer::Sample sample{cumulative_frame_count, cumulative_bins}; in collect_cumulative()
83 std::array<uint64_t, HIST_V_SIZE> cumulative_bins; variable