Searched refs:collect_after (Results 1 – 4 of 4) sorted by relevance
57 Sample collect_after(nsecs_t timestamp) const;
241 std::tie(numFrames, bins) = rb->collect_after(toNsecs(1500us)); in TEST_F()245 std::tie(numFrames, bins) = rb->collect_after(toNsecs(45000us)); in TEST_F()248 std::tie(numFrames, bins) = rb->collect_after(0); in TEST_F()263 std::tie(numFrames, bins) = rb->collect_after(toNsecs(3ms)); in TEST_F()
94 histogram::Ringbuffer::Sample histogram::Ringbuffer::collect_after( in collect_after() function in histogram::Ringbuffer
350 std::tie(num_frames, samples) = histogram->collect_after(timestamp); in collect()