Home
last modified time | relevance | path

Searched defs:BenchmarkConfig (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dbenchmark.rs7 pub struct BenchmarkConfig { struct
21 pub(crate) struct PartialBenchmarkConfig { argument
35 pub(crate) fn to_complete(&self, defaults: &BenchmarkConfig) -> BenchmarkConfig { in to_complete()
Dconnection.rs349 pub struct BenchmarkConfig { struct
358 impl From<&crate::benchmark::BenchmarkConfig> for BenchmarkConfig { argument
Droutine.rs86 config: &BenchmarkConfig, in sample()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/analysis/
Dcompare.rs19 config: &BenchmarkConfig, in common()
75 config: &BenchmarkConfig, in t_test()
105 config: &BenchmarkConfig, in estimates()
Dmod.rs42 config: &BenchmarkConfig, in common()
271 config: &BenchmarkConfig, in regression()
/aosp_15_r20/external/aws-sdk-java-v2/test/s3-benchmarks/src/main/java/software/amazon/awssdk/s3benchmarks/s3express/
H A DBenchmarkConfig.java24 public final class BenchmarkConfig { class
50 private BenchmarkConfig(Builder builder) { in BenchmarkConfig() method in BenchmarkConfig
/aosp_15_r20/external/pytorch/benchmarks/framework_overhead_benchmark/
H A Dutils.py8 BenchmarkConfig = namedtuple("BenchmarkConfig", "num_warmup_iters num_iters") variable
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dthroughput_benchmark.h41 struct BenchmarkConfig { struct