Searched refs:all_sample_buckets (Results 1 – 1 of 1) sorted by relevance
307 std::array<uint64_t, HIST_V_SIZE> all_sample_buckets; in Dump() local308 std::tie(num_frames, all_sample_buckets) = histogram->collect_cumulative(); in Dump()309 std::array<uint64_t, numBuckets> samples = rebucketTo8Buckets(all_sample_buckets); in Dump()