blob: 55b414289b406c1b782721a19b06ae860afb3e4c [file] [log] [blame]
Connor O'Brien605e2ec2018-10-05 19:20:54 -07001What: /proc/uid_concurrent_active_time
2Date: December 2018
3Contact: Connor O'Brien <connoro@google.com>
4Description:
5 The /proc/uid_concurrent_active_time file displays aggregated cputime
6 numbers for each uid, broken down by the total number of cores that were
7 active while the uid's task was running.
8
9What: /proc/uid_concurrent_policy_time
10Date: December 2018
11Contact: Connor O'Brien <connoro@google.com>
12Description:
13 The /proc/uid_concurrent_policy_time file displays aggregated cputime
14 numbers for each uid, broken down based on the cpufreq policy
15 of the core used by the uid's task and the number of cores associated
16 with that policy that were active while the uid's task was running.