Loading apct-tests/perftests/core/src/android/libcore/ZipFilePerfTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,9 @@ public class ZipFilePerfTest { BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); while (state.keepRunning()) { ZipFile zf = new ZipFile(mFile); state.pauseTiming(); zf.close(); state.resumeTiming(); } } Loading Loading
apct-tests/perftests/core/src/android/libcore/ZipFilePerfTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,9 @@ public class ZipFilePerfTest { BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); while (state.keepRunning()) { ZipFile zf = new ZipFile(mFile); state.pauseTiming(); zf.close(); state.resumeTiming(); } } Loading