Loading apct-tests/perftests/core/src/android/libcore/regression/ExpensiveObjectsPerfTest.java +0 −8 Original line number Diff line number Diff line Loading @@ -157,14 +157,6 @@ public class ExpensiveObjectsPerfTest { } } @Test public void timeNewSimpleDateFormat() { BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); while (state.keepRunning()) { new SimpleDateFormat(); } } @Test public void timeClonedSimpleDateFormat() { SimpleDateFormat sdf = new SimpleDateFormat(); Loading Loading
apct-tests/perftests/core/src/android/libcore/regression/ExpensiveObjectsPerfTest.java +0 −8 Original line number Diff line number Diff line Loading @@ -157,14 +157,6 @@ public class ExpensiveObjectsPerfTest { } } @Test public void timeNewSimpleDateFormat() { BenchmarkState state = mPerfStatusReporter.getBenchmarkState(); while (state.keepRunning()) { new SimpleDateFormat(); } } @Test public void timeClonedSimpleDateFormat() { SimpleDateFormat sdf = new SimpleDateFormat(); Loading