Home
last modified time | relevance | path

Searched refs:KllSampler (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/lib/libkll/tests/
Dsampler_test.cpp48 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 …]
Dcompactor_stack_test.cpp65 KllSampler sampler(&compactor_stack); in TEST_P()
89 KllSampler sampler(&compactor_stack); in TEST_P()
/packages/modules/StatsD/lib/libkll/
Dsampler.cpp28 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()
Dcompactor_stack.cpp194 sampler_ = std::make_unique<KllSampler>(this); in DoubleSamplerCapacity()
/packages/modules/StatsD/lib/libkll/include/
Dsampler.h36 class KllSampler {
38 KllSampler(CompactorStack* compactor_stack) : compactor_stack_(compactor_stack) { in KllSampler() function
Dcompactor_stack.h33 class KllSampler; variable
116 std::unique_ptr<KllSampler> sampler_;