Searched refs:collect_cumulative (Results 1 – 4 of 4) sorted by relevance
339 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()346 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()353 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()362 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()372 std::tie(numFrames, bins) = rb->collect_cumulative(); in TEST_F()
55 Sample collect_cumulative() const;
82 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_cumulative() const { in collect_cumulative() function in histogram::Ringbuffer
308 std::tie(num_frames, all_sample_buckets) = histogram->collect_cumulative(); in Dump()348 std::tie(num_frames, samples) = histogram->collect_cumulative(); in collect()