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

/fuchsia/zircon/system/utest/cobalt-client/
H A Dhistogram_options_test.cpp19 HistogramOptions::Exponential(/*bucket_count=*/3, /*base=*/4, /*scalar=*/2, /*offset=*/-10);
36 HistogramOptions::Exponential(/*bucket_count=*/0, /*base=*/1, /*scalar=*/2, /*offset=*/-10);
44 HistogramOptions::Exponential(/*bucket_count=*/1, /*base=*/0, /*scalar=*/2, /*offset=*/-10);
52 HistogramOptions::Exponential(/*bucket_count=*/1, /*base=*/1, /*scalar=*/0, /*offset=*/-10);
65 HistogramOptions::Exponential(/*bucket_count=*/3, /*base=*/2, /*scalar=*/3, /*offset=*/5);
87 HistogramOptions::Exponential(/*bucket_count=*/3, /*base=*/2, /*scalar=*/3, /*offset=*/5);
H A Dhistogram_test.cpp350 HistogramOptions options = HistogramOptions::Exponential(/*bucket_count=*/kBuckets, /*base=*/2,
373 HistogramOptions options = HistogramOptions::Exponential(/*bucket_count=*/kBuckets, /*base=*/2,
425 HistogramOptions options = HistogramOptions::Exponential(/*bucket_count=*/kBuckets, /*base=*/2,
/fuchsia/zircon/system/ulib/cobalt-client/include/cobalt-client/cpp/
H A Dhistogram-options.h43 static HistogramOptions Exponential(uint32_t bucket_count, uint32_t base, uint32_t scalar,
/fuchsia/zircon/system/ulib/cobalt-client/
H A Dhistogram.cpp143 HistogramOptions HistogramOptions::Exponential(uint32_t bucket_count, uint32_t base, function in class:cobalt_client::HistogramOptions

Completed in 72 milliseconds