Home
last modified time | relevance | path

Searched refs:lowest_active_level (Results 1 – 4 of 4) sorted by relevance

/packages/modules/StatsD/lib/libkll/tests/
Dcompactor_stack_test.cpp127 for (int i = 0; i < compactor_stack.lowest_active_level(); i++) { in TEST_F()
202 int lowest_active_level = compactor_stack.lowest_active_level(); in TEST_P() local
203 int size_before_add = compactor_stack.compactors()[lowest_active_level].size(); in TEST_P()
214 int size_after_add = compactor_stack.compactors()[lowest_active_level].size(); in TEST_P()
217 EXPECT_THAT(compactor_stack.compactors()[lowest_active_level], in TEST_P()
237 int lowest_active_level = compactor_stack.lowest_active_level(); in TEST_P() local
238 int size_before_add_lowest_level = compactor_stack.compactors()[lowest_active_level].size(); in TEST_P()
239 int size_before_add_level_plus2 = compactor_stack.compactors()[lowest_active_level + 2].size(); in TEST_P()
240 int size_before_add_level_plus3 = compactor_stack.compactors()[lowest_active_level + 3].size(); in TEST_P()
248 int weight = 5 * (1 << lowest_active_level) - 1; in TEST_P()
[all …]
/packages/modules/StatsD/lib/libkll/
Dcompactor_stack.cpp105 int cap_at_lowest_active_level = TargetCapacityAtLevel(lowest_active_level()); in AddLevel()
171 int prev_lowest_active_level = lowest_active_level(); in DoubleSamplerCapacity()
202 int CompactorStack::lowest_active_level() const { in lowest_active_level() function in dist_proc::aggregation::internal::CompactorStack
Dkll.cpp111 quantile_state->mutable_sampler()->set_log_capacity(compactor_stack_.lowest_active_level()); in SerializeToProto()
/packages/modules/StatsD/lib/libkll/include/
Dcompactor_stack.h69 int lowest_active_level() const;