Searched refs:MakeCollector (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp130 Collector MakeCollector(size_t max_histograms, size_t max_counters, function in namespace:cobalt_client::internal::__anon1300
158 MakeCollector(/*max_histograms=*/0, /*max_counters=*/1, &histograms, &counters);
171 MakeCollector(/*max_histograms=*/0, /*max_counters=*/3, &histograms, &counters);
189 MakeCollector(/*max_histograms=*/1, /*max_counters=*/0, &histograms, &counters);
202 MakeCollector(/*max_histograms=*/3, /*max_counters=*/0, &histograms, &counters);
225 MakeCollector(/*max_histograms=*/2, /*max_counters=*/2, &histograms, &counters);
268 MakeCollector(/*max_histograms=*/2, /*max_counters=*/2, &histograms, &counters, &logger);
388 MakeCollector(/*max_histograms=*/9, /*max_counters=*/9, &histograms, &counters, &logger);

Completed in 29 milliseconds