1. 2487d357 Add diffing to KernelCpuThreadReader by Misha Wagner · 6 years ago
  2. 3989eb0 Clean up KernelCpuThreadReader by Misha Wagner · 6 years ago
  3. 5d339dd Add sampling interval debug entry. by Olivier Gaillard · 6 years ago
  4. 1c56b4d Fix a bug that cause binder calls to be underreported. by Olivier Gaillard · 6 years ago
  5. d250dd8 Change default values for thread collection by Misha Wagner · 6 years ago
  6. e51e520 Add thread atom that contains sum of filtered thread CPU usage by Misha Wagner · 6 years ago
  7. dc5beb5 Merge "Add KernelCpuThreadReader minimium CPU usage threshold" by Misha Wagner · 6 years ago
  8. 648d203 Add KernelCpuThreadReader minimium CPU usage threshold by Misha Wagner · 6 years ago
  9. 36b80ca Add a flag to disable optional dimensions. by Olivier Gaillard · 6 years ago
  10. 660ad90 Merge "Migrate to androidx.test.espresso" by TreeHugger Robot · 6 years ago
  11. 7a4047f Migrate to androidx.test.espresso by Tadashi G. Takaoka · 6 years ago
  12. 99ab953 Bug fix: Do not track the looper exception if the session is not sampled by Olivier Gaillard · 6 years ago
  13. 4b32c9f Add settings for KernelCpuThreadReader by Misha Wagner · 6 years ago
  14. a1824a2 Merge "Switch to new CPU UID time readers" by TreeHugger Robot · 6 years ago
  15. 7ab7fcd Switch to new CPU UID time readers by Mike Ma · 6 years ago
  16. d46c3e2 Merge "Add end to end test for KernelCpuThreadReader" by Misha Wagner · 6 years ago
  17. 6923643 Add end to end test for KernelCpuThreadReader by Misha Wagner · 6 years ago
  18. b4470f2 Use androidx.test instead of android.support.test by Tadashi G. Takaoka · 6 years ago
  19. 28109b5 Use elapsedTime for binder/looper debug entries by Olivier Gaillard · 6 years ago
  20. a3686dd Only keep one overflow entry per uid. by Olivier Gaillard · 6 years ago
  21. 76c231d Sets ThreadLocalWorkSource to authorized work source. by Olivier Gaillard · 6 years ago
  22. c4c45a8 LooperStats - convert UIDs to package names in dump by Marcin Oczeretko · 6 years ago
  23. 5d4fd8a Merge "CpuStats - Change the field used for the debug entries" by Marcin Oczeretko · 6 years ago
  24. 8d86174 CpuStats - Change the field used for the debug entries by Marcin Oczeretko · 6 years ago
  25. c17d280 Use the calling worksource uid for trusted apps. by Olivier Gaillard · 6 years ago
  26. 6a2e524 Add on battery time to Binder/Looper stats by Marcin Oczeretko · 6 years ago
  27. 772e8f2 BinderCallsStats - add debug entries to output by Marcin Oczeretko · 6 years ago
  28. 7949061 Adds an overflow mechanism for binder calls. by Olivier Gaillard · 6 years ago
  29. 3beb2e4 Merge "Revert "Filter threads that have low total CPU usage for CpuTimePerThreadFreq"" by Misha Wagner · 6 years ago
  30. fa2b855 Merge "New Kernel Per-UID CPU Time Readers" by TreeHugger Robot · 6 years ago
  31. 9a30c11 Revert "Filter threads that have low total CPU usage for CpuTimePerThreadFreq" by Misha Wagner · 6 years ago
  32. 474e7be Filter threads that have low total CPU usage for CpuTimePerThreadFreq by Misha Wagner · 6 years ago
  33. 8e90ada Merge "LooperStats - add debug entries to output for data validation" by Marcin Oczeretko · 6 years ago
  34. d32a5135 LooperStats - add debug entries to output for data validation by Marcin Oczeretko · 6 years ago
  35. b96bd1a Add Pixel 3 time_in_state format parsing to KernelTimeInStateReader by Misha Wagner · 6 years ago
  36. dc79754 Add retrieval of thread CPU data for processes owned by specified UIDs by Misha Wagner · 6 years ago
  37. 0c5edc36 Add frequency bucketing to per-thread CPU usage reading by Misha Wagner · 6 years ago
  38. 75ee604 Statsd atom: Power Use by Bookatz · 6 years ago
  39. e45b9b1 New Kernel Per-UID CPU Time Readers by Mike Ma · 6 years ago
  40. fa25343 An efficient proc file reader by Mike Ma · 6 years ago
  41. f268f1b Add unit tests for ProcStatsUtil and ProcTimeInStateReader by Misha Wagner · 6 years ago
  42. 566903a Add class to read per-thread CPU usage from proc filesystem by Misha Wagner · 6 years ago
  43. 88de48f Update BinderCallsStats to use the worksource. by Olivier Gaillard · 6 years ago
  44. 4427272 LooperStats - track time to message dispatch by Marcin Oczeretko · 6 years ago
  45. e7726dc Add DiskIo to Statsd by Tej Singh · 6 years ago
  46. a674bc9 LooperStats - don't create entries for unsampled sessions by Marcin Oczeretko · 6 years ago
  47. ec75872 Add work source uid collection to LooperStats by Marcin Oczeretko · 6 years ago
  48. 3e6494e Prepare LooperStats to be collected as a Westworld gauge matric by Marcin Oczeretko · 6 years ago
  49. c80c81a Extract CachedDeviceState from BinderCallsStats by Marcin Oczeretko · 6 years ago
  50. d8cc859 Collect telemetry data for System Server Loopers. by Marcin Oczeretko · 6 years ago
  51. 6f1754e Wifi: Fix Wifi Multicast Wakelock Statistics by Ahmed ElArabawy · 7 years ago
  52. 34ad8af Improve binder calls stats sampling. by Olivier Gaillard · 6 years ago
  53. 94e6fe6 Remove unused imports by Olivier Gaillard · 6 years ago
  54. 86714d1 Add support for battery/screen state changes. by Olivier Gaillard · 6 years ago
  55. f31dfb9 Optimize resolving transaction codes. by Olivier Gaillard · 6 years ago
  56. 1f93a77 Resolves transaction codes lazily when a dump is requested. by Olivier Gaillard · 6 years ago
  57. 7a2a98b Store the runtime class instead of the class name. by Olivier Gaillard · 6 years ago
  58. 289ba40 Adds an Observer interface to observes binder API calls. by Olivier Gaillard · 6 years ago
  59. 2c13c6f Binder calls stats - random sampling. by Olivier Gaillard · 6 years ago
  60. 0ed84f1 Better Handling of Battery Stats History Overflow by Hui Yu · 6 years ago
  61. 00bfb1b Collects binder call stats data through WestWorld. by Olivier Gaillard · 6 years ago
  62. 103aae2 Resolve codes to method names for binder call stats. by Olivier Gaillard · 6 years ago
  63. 1d7f615 Add experiment flag to control binder call stats. by Olivier Gaillard · 6 years ago
  64. f82d2e73 Tracks exception count by class name. by Olivier Gaillard · 6 years ago
  65. 11965ed Track max CPU and latency of binder calls by Olivier Gaillard · 6 years ago
  66. 58b56e3 Collect a few more binder stats when detailed tracking is enabled. by Olivier Gaillard · 6 years ago
  67. cf0fe2d Use sampling for faster measuring of CPU time by Fyodor Kupolov · 6 years ago
  68. 0719c6a Schedule external stats sync on battery level change with a delay by Sudheer Shanka · 6 years ago
  69. e5ec0b4 Fix statsd ble scan logging by Bookatz · 7 years ago
  70. 561a8d9 Record Bluetooth Cumulative Stats Properly by Mike Ma · 7 years ago
  71. 234d182 Resolve STATSD and batterystats race condition by Mike Ma · 7 years ago
  72. ec67661 Refactor cpu stats pullers by Chenjie Yu · 7 years ago
  73. 07305c0 Power profile audio & video support by Mike Ma · 7 years ago
  74. eb0d8a7 Power profile improvement: support ambient display by Mike Ma · 7 years ago
  75. 2ab0144 Binary Cpu Time Proc File Reader by Mike Ma · 7 years ago
  76. c20379e Read per-uid cpu times less often. by Sudheer Shanka · 7 years ago
  77. 9bed261 Merge "Update BatteryStats cpustats collection to be asynchronous." by Sudheer Shanka · 7 years ago
  78. 125e4ec Merge "check if per-uid cputimes proc file has correct no. of freqs." by Sudheer Shanka · 7 years ago
  79. c57729a Update BatteryStats cpustats collection to be asynchronous. by Sudheer Shanka · 7 years ago
  80. eab6724 Update netpolicy,bstats tests to not assume DUT will be plugged-in. by Sudheer Shanka · 7 years ago
  81. efa0fe6 BatteryStatsNoteTest: Fix GPS related tests. by Narayan Kamath · 7 years ago
  82. 4d459cb Merge "Fix tests due to missing FLAG_START_NEW_TASK." by Sudheer Shanka · 7 years ago
  83. a5bca09 check if per-uid cputimes proc file has correct no. of freqs. by Sudheer Shanka · 7 years ago
  84. c7a47cb Fix tests due to missing FLAG_START_NEW_TASK. by Sudheer Shanka · 7 years ago
  85. 32684dd Chained attribution for GnssLocationProvider. by Narayan Kamath · 7 years ago
  86. 3d422c3 Add cluster&active cost to cpu power by Mike Ma · 7 years ago
  87. 5c19b89 Add a global setting to turn on/off the proc state cpu times tracking. by Sudheer Shanka · 7 years ago
  88. 65e919a Merge "Attribute procstate cpu times to correct battery/screen on/off buckets." by Sudheer Shanka · 7 years ago
  89. 0ebc96c BatteryStatsImpl: Support chained attribution for BT events. by Narayan Kamath · 7 years ago
  90. 695cf72 Support chained attribution for alarm related WorkSources. by Narayan Kamath · 7 years ago
  91. e544d16 Attribute procstate cpu times to correct battery/screen on/off buckets. by Sudheer Shanka · 7 years ago
  92. b2f83c1 Update BatteryStatsImpl to track per-procstate cpu times. by Sudheer Shanka · 7 years ago
  93. 82b3a4d Don't fail the tests if per-freq cpu times are not available. by Sudheer Shanka · 7 years ago
  94. 5205004 Add tests for validating cpu freq times in batterystats dump. by Sudheer Shanka · 7 years ago
  95. a772475 Attribute UNKNOWN display state to OFF by Mike Ma · 7 years ago
  96. c2f518a Add AOD metrics in batterystats by Mike Ma · 7 years ago
  97. ebd3907 Merge "Write currentDuration into Parcel" into oc-mr1-dev am: bd6ff3d3e5 by Lei Yu · 7 years ago
  98. b8ad594 Use cpu freq times to calculate power consumed by an uid. by Sudheer Shanka · 7 years ago
  99. 610a0a0 Write currentDuration into Parcel by jackqdyulei · 7 years ago
  100. 20e6c27 Merge "Adding BatteryStatsUserLifecycleTests to BatteryStatsTests" by TreeHugger Robot · 7 years ago