| // Signature format: 3.0 |
| package androidx.benchmark { |
| |
| public final class ArgumentsKt { |
| } |
| |
| public final class BenchmarkState { |
| method public boolean keepRunning(); |
| method public void pauseTiming(); |
| method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public static void reportData(String className, String testName, long totalRunTimeNs, java.util.List<java.lang.Long> dataNs, @IntRange(from=0) int warmupIterations, @IntRange(from=0) long thermalThrottleSleepSeconds, @IntRange(from=1) int repeatIterations); |
| method public void resumeTiming(); |
| field public static final androidx.benchmark.BenchmarkState.Companion! Companion; |
| } |
| |
| public static final class BenchmarkState.Companion { |
| method @androidx.benchmark.BenchmarkState.Companion.ExperimentalExternalReport public void reportData(String className, String testName, long totalRunTimeNs, java.util.List<java.lang.Long> dataNs, @IntRange(from=0) int warmupIterations, @IntRange(from=0) long thermalThrottleSleepSeconds, @IntRange(from=1) int repeatIterations); |
| } |
| |
| @kotlin.Experimental @kotlin.annotation.Retention(AnnotationRetention.BINARY) @kotlin.annotation.Target(allowedTargets=AnnotationTarget.FUNCTION) public static @interface BenchmarkState.Companion.ExperimentalExternalReport { |
| } |
| |
| } |
| |