summaryrefslogtreecommitdiff
path: root/startop/apps/test/src/InteractiveMicrobenchmarkActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'startop/apps/test/src/InteractiveMicrobenchmarkActivity.java')
-rw-r--r--startop/apps/test/src/InteractiveMicrobenchmarkActivity.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/startop/apps/test/src/InteractiveMicrobenchmarkActivity.java b/startop/apps/test/src/InteractiveMicrobenchmarkActivity.java
index 8ed7f6ae2109..c3839c17e4d8 100644
--- a/startop/apps/test/src/InteractiveMicrobenchmarkActivity.java
+++ b/startop/apps/test/src/InteractiveMicrobenchmarkActivity.java
@@ -36,6 +36,8 @@ public class InteractiveMicrobenchmarkActivity extends Activity implements Bench
addBenchmark("Empty", () -> {
});
addHeader("Application Benchmarks");
+ ApplicationBenchmarks.initializeBenchmarks(this, this);
+ addHeader("CPU Intensive Benchmarks");
CPUIntensiveBenchmarks.initializeBenchmarks(this, this);
addHeader("Init Check Overhead Benchmarks");
InitCheckOverheadBenchmarks.initializeBenchmarks(this, this);