Home
last modified time | relevance | path

Searched refs:MicrobenchmarkConfig (Results 1 – 25 of 38) sorted by relevance

12

/benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/
DMainThreadBenchmark.kt20 import androidx.benchmark.MicrobenchmarkConfig
37 val benchmarkRule = BenchmarkRule(MicrobenchmarkConfig(traceAppTagEnabled = true))
DSampleCustomBenchmark.kt21 import androidx.benchmark.MicrobenchmarkConfig
45 MicrobenchmarkConfig(
/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DMicrobenchmark.kt215 config: MicrobenchmarkConfig?, in captureMicroPerfettoTrace()
272 config: MicrobenchmarkConfig,
396 config = MicrobenchmarkConfig(), in measureRepeatedCheckNanosReentrant()
419 config: MicrobenchmarkConfig, in measureRepeatedImplNoTracing()
438 config: MicrobenchmarkConfig?, in measureRepeatedImplWithTracing()
446 config = config ?: MicrobenchmarkConfig(),
471 config: MicrobenchmarkConfig? = null, in measureRepeated()
DBenchmarkState.kt125 constructor(testDefinition: TestDefinition, private val config: MicrobenchmarkConfig) {
128 constructor(testDefinition: TestDefinition) : this(testDefinition, MicrobenchmarkConfig())
DMicrobenchmarkConfig.kt25 class MicrobenchmarkConfig class
DBenchmarkStateLegacy.kt80 config: MicrobenchmarkConfig? = null in <lambda>()
87 config: MicrobenchmarkConfig? = null in <lambda>()
/benchmark/benchmark-common/api/
Dcurrent.txt55 …bility @androidx.benchmark.ExperimentalBenchmarkConfigApi public final class MicrobenchmarkConfig {
56 ctor public MicrobenchmarkConfig();
57 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
58 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
59 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
60 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
61 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
62 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
Drestricted_current.txt58 …bility @androidx.benchmark.ExperimentalBenchmarkConfigApi public final class MicrobenchmarkConfig {
59 ctor public MicrobenchmarkConfig();
60 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
61 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
62 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
63 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
64 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
65 …ctor public MicrobenchmarkConfig(optional java.util.List<? extends androidx.benchmark.MetricCaptur…
/benchmark/benchmark-junit4/api/
Dcurrent.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
12 method public androidx.benchmark.MicrobenchmarkConfig getConfig();
14 property public androidx.benchmark.MicrobenchmarkConfig config;
Drestricted_current.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
12 method public androidx.benchmark.MicrobenchmarkConfig getConfig();
14 property public androidx.benchmark.MicrobenchmarkConfig config;
D1.2.0-beta02.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
D1.2.0-beta04.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
D1.2.0-beta03.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
D1.2.0-beta05.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
D1.2.0-beta01.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
Drestricted_1.2.0-beta05.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
Drestricted_1.2.0-beta01.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
Drestricted_1.2.0-beta04.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
Drestricted_1.2.0-beta02.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
Drestricted_1.2.0-beta03.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
D1.3.0-beta02.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
Drestricted_1.3.0-beta02.txt10 …xperimentalBenchmarkConfigApi public BenchmarkRule(androidx.benchmark.MicrobenchmarkConfig config);
/benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/
DBenchmarkRule.kt26 import androidx.benchmark.MicrobenchmarkConfig in <lambda>()
59 val config: MicrobenchmarkConfig, in <lambda>()
61 constructor() : this(config = MicrobenchmarkConfig()) in <lambda>()
DBenchmarkRuleLegacy.kt28 import androidx.benchmark.MicrobenchmarkConfig
70 private val config: MicrobenchmarkConfig?,
84 constructor(config: MicrobenchmarkConfig) : this(config, ignored = true)
/benchmark/benchmark-common/src/androidTest/java/androidx/benchmark/
DBenchmarkStateLegacyTest.kt263 val config = MicrobenchmarkConfig(profiler = ProfilerConfig.StackSamplingLegacy()) in validateProfilerUsage()

12