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: I048b65ffa699a2f6d6445e545d50482625f90b5a 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