Searched refs:all_sample_buckets (Results 1 – 2 of 2) sorted by relevance
71 std::array<uint64_t, HIST_V_SIZE> all_sample_buckets; in Dump() local72 std::tie(num_frames, all_sample_buckets) = histogram->collect_cumulative(); in Dump()73 std::array<uint64_t, numBuckets> samples = rebucketTo8Buckets(all_sample_buckets); in Dump()
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()