Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc12e2de authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix ManualBenchmarkState iteration unit" into tm-dev am: 1c51fb46 am:...

Merge "Fix ManualBenchmarkState iteration unit" into tm-dev am: 1c51fb46 am: eae30d86 am: 5112c1cc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18097689



Change-Id: Ifcf0fb5781363b9bd3f0617d5703d8c2b178300d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 41ccd386 5112c1cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ public final class ManualBenchmarkState {

    private void fillStatus(Bundle status, String key, Stats stats) {
        if (shouldReport(StatsReport.FLAG_ITERATION)) {
            status.putLong(key + "_iteration (ns)", stats.getSize());
            status.putLong(key + "_iteration", stats.getSize());
        }
        if (shouldReport(StatsReport.FLAG_MEDIAN)) {
            status.putLong(key + "_median (ns)", stats.getMedian());