Searched refs:KllSampler (Results 1 – 6 of 6) sorted by relevance
48 KllSampler sampler(&compactor_stack); in TEST_F()72 KllSampler sampler(&compactor_stack); in TEST_F()78 KllSampler sampler(&compactor_stack); in TEST_F()85 KllSampler sampler(&compactor_stack); in TEST_F()100 KllSampler sampler(&compactor_stack); in TEST_F()114 KllSampler sampler(&compactor_stack); in TEST_F()132 KllSampler sampler(&compactor_stack); in TEST_F()148 KllSampler sampler(&compactor_stack); in TEST_F()155 KllSampler sampler(&compactor_stack); in TEST_F()162 KllSampler sampler(&compactor_stack); in TEST_F()[all …]
65 KllSampler sampler(&compactor_stack); in TEST_P()89 KllSampler sampler(&compactor_stack); in TEST_P()
28 void KllSampler::Reset() { in Reset()35 void KllSampler::Add(const int64_t item) { in Add()45 void KllSampler::AddWithWeight(int64_t item, int weight) { in AddWithWeight()66 void KllSampler::DoubleCapacity() { in DoubleCapacity()71 void KllSampler::AddSampleToCompactorStackAndRestart() { in AddSampleToCompactorStackAndRestart()
194 sampler_ = std::make_unique<KllSampler>(this); in DoubleSamplerCapacity()
36 class KllSampler {38 KllSampler(CompactorStack* compactor_stack) : compactor_stack_(compactor_stack) { in KllSampler() function
33 class KllSampler; variable116 std::unique_ptr<KllSampler> sampler_;