Merge "Fix ManualBenchmarkState iteration unit" into tm-dev am: 1c51fb46b1
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18097689 Change-Id: I827d9247d83dc7de6c80a31d9d9bbfd45ee3d105 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user