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

/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dcollector.h40 size_t max_counters; member in struct:cobalt_client::CollectorOptions
/fuchsia/zircon/system/utest/cobalt-client/
H A Dcollector_test.cpp130 Collector MakeCollector(size_t max_histograms, size_t max_counters, argument
135 options.max_counters = max_counters;
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
[all...]
/fuchsia/zircon/system/ulib/cobalt-client/
H A Dcollector.cpp37 remote_counters_.reserve(options.max_counters);

Completed in 67 milliseconds