Home
last modified time | relevance | path

Searched refs:BenchmarkState (Results 1 – 25 of 79) sorted by relevance

1234

/benchmark/benchmark-common/api/
D1.0.0-beta01.txt7 public final class BenchmarkState {
10 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
12 field public static final androidx.benchmark.BenchmarkState.Companion! Companion;
15 public static final class BenchmarkState.Companion {
16 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
19 …t(allowedTargets=AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
D1.0.0-rc01.txt7 public final class BenchmarkState {
10 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
12 field public static final androidx.benchmark.BenchmarkState.Companion! Companion;
15 public static final class BenchmarkState.Companion {
16 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
19 …t(allowedTargets=AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
D1.1.0-beta01.txt19 public final class BenchmarkState {
22 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
27 public static final class BenchmarkState.Companion {
28 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
31 …otlin.annotation.AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
D1.1.0-beta03.txt19 public final class BenchmarkState {
22 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
27 public static final class BenchmarkState.Companion {
28 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
31 …otlin.annotation.AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
D1.1.0-beta02.txt19 public final class BenchmarkState {
22 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
27 public static final class BenchmarkState.Companion {
28 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
31 …otlin.annotation.AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
D1.1.0-beta05.txt19 public final class BenchmarkState {
22 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
27 public static final class BenchmarkState.Companion {
28 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
31 …otlin.annotation.AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
D1.1.0-beta04.txt19 public final class BenchmarkState {
22 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void …
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
27 public static final class BenchmarkState.Companion {
28 …method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportD…
31 …otlin.annotation.AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.Expe…
Drestricted_1.0.0-beta01.txt7 public final class BenchmarkState {
12 field public static final androidx.benchmark.BenchmarkState.Companion! Companion;
16 public static final class BenchmarkState.Companion {
Drestricted_1.0.0-rc01.txt7 public final class BenchmarkState {
12 field public static final androidx.benchmark.BenchmarkState.Companion! Companion;
16 public static final class BenchmarkState.Companion {
Drestricted_1.1.0-beta02.txt19 public final class BenchmarkState {
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
28 public static final class BenchmarkState.Companion {
Drestricted_1.1.0-beta01.txt19 public final class BenchmarkState {
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
28 public static final class BenchmarkState.Companion {
Drestricted_1.1.0-beta05.txt19 public final class BenchmarkState {
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
28 public static final class BenchmarkState.Companion {
Drestricted_1.1.0-beta03.txt19 public final class BenchmarkState {
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
28 public static final class BenchmarkState.Companion {
Drestricted_1.1.0-beta04.txt19 public final class BenchmarkState {
24 field public static final androidx.benchmark.BenchmarkState.Companion Companion;
28 public static final class BenchmarkState.Companion {
/benchmark/benchmark/src/androidTest/java/androidx/benchmark/benchmark/
DTrivialJavaBenchmark.java19 import androidx.benchmark.BenchmarkState;
37 BenchmarkState state = mBenchmarkRule.getState(); in nothing()
45 BenchmarkState state = mBenchmarkRule.getState(); in increment()
DBenchmarkStateBenchmark.kt19 import androidx.benchmark.BenchmarkState
33 BenchmarkState( in nothing()
/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DRunListenerDelegate.kt33 Log.d(BenchmarkState.TAG, "Setting up side effect ${sideEffect.name()}") in <lambda>()
41 Log.d(BenchmarkState.TAG, "Tearing down side effect ${sideEffect.name()}") in <lambda>()
DPropOverride.kt44 Log.d(BenchmarkState.TAG, "setting $propName to $overrideValue (was $currentPropVal)") in forceValue()
51 Log.d(BenchmarkState.TAG, "resetting $propName to $resetValue") in resetIfOverridden()
DSideEffects.kt34 Log.d(BenchmarkState.TAG, "Disabling packages $packages") in setup()
39 Log.d(BenchmarkState.TAG, "Re-enabling packages $packages") in tearDown()
DOutputs.kt101 Log.d(BenchmarkState.TAG, "Usable output directory: $dirUsableByAppAndShell") in <lambda>()
106 Log.d(BenchmarkState.TAG, "Output Directory: $outputDirectory") in <lambda>()
142 Log.d(BenchmarkState.TAG, "Moving $file to $destination") in <lambda>()
/benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/
DBenchmarkRule.kt23 import androidx.benchmark.BenchmarkState in <lambda>()
72 var internalState: BenchmarkState? = null in <lambda>()
103 fun getState(): BenchmarkState { in <lambda>()
167 internal fun getOuterState(): BenchmarkState { in <lambda>()
203 internalState = BenchmarkState(testDefinition!!, config) in <lambda>()
/benchmark/benchmark-common/src/androidTest/java/androidx/benchmark/
DUserInfoTest.kt65 Log.e(BenchmarkState.TAG, "Error running `whoami` command.", e) in getCurrentUserId()
72 Log.e(BenchmarkState.TAG, "Error parsing user id. Current user: `$output`.", e) in getCurrentUserId()
/benchmark/benchmark-junit4/api/
Drestricted_1.0.0-rc01.txt11 method public androidx.benchmark.BenchmarkState getState();
15 method @kotlin.PublishedApi internal androidx.benchmark.BenchmarkState getOuterState();
Drestricted_1.0.0-beta01.txt11 method public androidx.benchmark.BenchmarkState getState();
15 method @kotlin.PublishedApi internal androidx.benchmark.BenchmarkState getOuterState();
Drestricted_1.1.0-beta01.txt11 method public androidx.benchmark.BenchmarkState getState();
15 method @kotlin.PublishedApi internal androidx.benchmark.BenchmarkState getOuterState();

1234