Merge "Convert cycles to mcycles" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
df5f6d22eb
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user