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

Commit df5f6d22 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Convert cycles to mcycles" into sc-dev

parents d014bb74 bfa7e735
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1720,7 +1720,7 @@ public class StatsPullAtomService extends SystemService {
        }
        for (int cluster = 0; cluster < clusters; ++cluster) {
            pulledData.add(FrameworkStatsLog.buildStatsEvent(
                    atomTag, threadGroup, cluster, aggregatedCycles[cluster],
                    atomTag, threadGroup, cluster, aggregatedCycles[cluster] / 1_000_000L,
                    aggregatedTimesUs[cluster] / 1_000));
        }
    }