Searched refs:BenchmarkState (Results 1 – 25 of 79) sorted by relevance
1234
| /benchmark/benchmark-common/api/ |
| D | 1.0.0-beta01.txt | 7 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…
|
| D | 1.0.0-rc01.txt | 7 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…
|
| D | 1.1.0-beta01.txt | 19 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…
|
| D | 1.1.0-beta03.txt | 19 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…
|
| D | 1.1.0-beta02.txt | 19 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…
|
| D | 1.1.0-beta05.txt | 19 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…
|
| D | 1.1.0-beta04.txt | 19 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…
|
| D | restricted_1.0.0-beta01.txt | 7 public final class BenchmarkState { 12 field public static final androidx.benchmark.BenchmarkState.Companion! Companion; 16 public static final class BenchmarkState.Companion {
|
| D | restricted_1.0.0-rc01.txt | 7 public final class BenchmarkState { 12 field public static final androidx.benchmark.BenchmarkState.Companion! Companion; 16 public static final class BenchmarkState.Companion {
|
| D | restricted_1.1.0-beta02.txt | 19 public final class BenchmarkState { 24 field public static final androidx.benchmark.BenchmarkState.Companion Companion; 28 public static final class BenchmarkState.Companion {
|
| D | restricted_1.1.0-beta01.txt | 19 public final class BenchmarkState { 24 field public static final androidx.benchmark.BenchmarkState.Companion Companion; 28 public static final class BenchmarkState.Companion {
|
| D | restricted_1.1.0-beta05.txt | 19 public final class BenchmarkState { 24 field public static final androidx.benchmark.BenchmarkState.Companion Companion; 28 public static final class BenchmarkState.Companion {
|
| D | restricted_1.1.0-beta03.txt | 19 public final class BenchmarkState { 24 field public static final androidx.benchmark.BenchmarkState.Companion Companion; 28 public static final class BenchmarkState.Companion {
|
| D | restricted_1.1.0-beta04.txt | 19 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/ |
| D | TrivialJavaBenchmark.java | 19 import androidx.benchmark.BenchmarkState; 37 BenchmarkState state = mBenchmarkRule.getState(); in nothing() 45 BenchmarkState state = mBenchmarkRule.getState(); in increment()
|
| D | BenchmarkStateBenchmark.kt | 19 import androidx.benchmark.BenchmarkState 33 BenchmarkState( in nothing()
|
| /benchmark/benchmark-common/src/main/java/androidx/benchmark/ |
| D | RunListenerDelegate.kt | 33 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>()
|
| D | PropOverride.kt | 44 Log.d(BenchmarkState.TAG, "setting $propName to $overrideValue (was $currentPropVal)") in forceValue() 51 Log.d(BenchmarkState.TAG, "resetting $propName to $resetValue") in resetIfOverridden()
|
| D | SideEffects.kt | 34 Log.d(BenchmarkState.TAG, "Disabling packages $packages") in setup() 39 Log.d(BenchmarkState.TAG, "Re-enabling packages $packages") in tearDown()
|
| D | Outputs.kt | 101 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/ |
| D | BenchmarkRule.kt | 23 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/ |
| D | UserInfoTest.kt | 65 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/ |
| D | restricted_1.0.0-rc01.txt | 11 method public androidx.benchmark.BenchmarkState getState(); 15 method @kotlin.PublishedApi internal androidx.benchmark.BenchmarkState getOuterState();
|
| D | restricted_1.0.0-beta01.txt | 11 method public androidx.benchmark.BenchmarkState getState(); 15 method @kotlin.PublishedApi internal androidx.benchmark.BenchmarkState getOuterState();
|
| D | restricted_1.1.0-beta01.txt | 11 method public androidx.benchmark.BenchmarkState getState(); 15 method @kotlin.PublishedApi internal androidx.benchmark.BenchmarkState getOuterState();
|
1234