1. 65248e0 Remove usage of hwcomposer_defs.h. by Peiyong Lin · 5 years ago
  2. 8f7a010 Expose gl/hwc switch counts from timestats. by Alec Mouri · 5 years ago
  3. 4e2936c Merge "[SurfaceFlinger] Add refresh rate counts to TimeStats" into rvc-dev by TreeHugger Robot · 5 years ago
  4. 8de697e [SurfaceFlinger] Add refresh rate counts to TimeStats by Alec Mouri · 5 years ago
  5. 38a4b21 Update GpuStats/SFStats for puller API feedback by Tej Singh · 5 years ago
  6. dfad900 [SfStats] Add frame duration and renderengine timing to statsd by Alec Mouri · 6 years ago
  7. 23e195c Merge "[SfStats] Record vsync event connection count" by TreeHugger Robot · 6 years ago
  8. 717bcb6 [SfStats] Record vsync event connection count by Alec Mouri · 6 years ago
  9. 7bfc75b SFStats: track lateAcquired and badDesiredPresent frames from the field by Yiwei Zhang · 6 years ago
  10. 11bb5de Merge "Update sf stats puller for API feedback" by Howard Ro · 6 years ago
  11. abf97fd Display average frame duration & renderengine duration in timestats dump by Vishnu Nair · 6 years ago
  12. 2a457b6 Update sf stats puller for API feedback by Tej Singh · 6 years ago
  13. 6274838 Merge "[TimeStats] Expose pathological latch counters" by TreeHugger Robot · 6 years ago
  14. 91f6df3 [TimeStats] Expose pathological latch counters by Alec Mouri · 6 years ago
  15. 3ecd5cd [TimeStats] Default-disable stats collection by Alec Mouri · 6 years ago
  16. 500507c Merge "Skip client composition requests" by Vishnu Nair · 6 years ago
  17. 9b079a2 Skip client composition requests by Vishnu Nair · 6 years ago
  18. 3738434 [TimeStats] Add callback for layer stats by Alec Mouri · 6 years ago
  19. 8e2f31b Revert "Revert "[TimeStats] Add callback for global stats"" by Alec Mouri · 6 years ago
  20. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp by Ady Abraham · 6 years ago
  21. d792705 TimeStats: refactor libtimestats blueprint interface by Yiwei Zhang · 6 years ago
  22. 31ac64a [TimeStats] clear frame duration and renderengine histograms by Alec Mouri · 6 years ago
  23. e4034bb [TimeStats] Track RenderEngine time per frame. by Alec Mouri · 6 years ago
  24. 9519bf1 [TimeStats] Track per-frame CPU time. by Alec Mouri · 6 years ago
  25. 1a88c40 TimeStats & FrameTracer: refactor layerID to layerId by Yiwei Zhang · 6 years ago
  26. 0f37d0d Merge "Update the OWNERS file for TimeStats" am: 8ba0cadc7d am: efad7639c0 am: 7e6a9e55cd by Yiwei Zhang · 6 years ago
  27. a5a8bbd Update the OWNERS file for TimeStats by Yiwei Zhang · 6 years ago
  28. 8bec7e8 TimeStats: remove the regex checks on layer name by Yiwei Zhang · 6 years ago
  29. b3885ad [SfStats] Temporarily enable timestats by default. by Alec Mouri · 6 years ago
  30. 90092f4 Refactor: Pull tracing out of TimeStats. by Mikael Pessa · 6 years ago
  31. 2e1608f Add per-buffer perfetto trace points for SurfaceFlinger frame events by Mikael Pessa · 6 years ago
  32. e926ab5 TimeStats: bound the stats pool size by Yiwei Zhang · 6 years ago
  33. 97aa28b Merge "SF: Omit layer tree dump if flag is specified" by TreeHugger Robot · 6 years ago
  34. 4647011 SF: Omit layer tree dump if flag is specified by Dominik Laskowski · 6 years ago
  35. eafa5cc Revert "Output additional trace points for each frame" by Yiwei Zhang · 6 years ago
  36. d0d943a Mark miniDump() as pure virtual. by Oliver Nguyen · 6 years ago
  37. f3b7c9c Mark miniDump() as pure virtual. by Oliver Nguyen · 6 years ago
  38. 7eb58b7 TimeStats: bound the layer records and dump in SF dumpsys by Yiwei Zhang · 6 years ago
  39. cb7dd00 TimeStats: fix a racing case by Yiwei Zhang · 6 years ago
  40. 5e9a413 Merge "surfaceflinger: Update OWNERS" am: 2c9ea71904 am: c5f43afca8 by Marissa Wall · 7 years ago
  41. ec4a139 surfaceflinger: Update OWNERS by Marissa Wall · 7 years ago
  42. fb571ea Add refresh rate stats to TimeStats. by Alec Mouri · 7 years ago
  43. c286714 SF: Simplify dumpsys flag parsing by Dominik Laskowski · 7 years ago
  44. 5434a78 SurfaceFlinger: Get rid of String8 in dumpsys by Yiwei Zhang · 7 years ago
  45. 70f0279 Merge changes from topic "unittest" by Yiwei Zhang · 7 years ago
  46. 35deca2 Merge "C++17 is the default now." am: d1842c4386 am: 5c567684ff am: 239debf1f3 by Elliott Hughes · 7 years ago
  47. af8ee94 SF TimeStats: Remove some redundant functions by Yiwei Zhang · 7 years ago
  48. 7e666a5 SF TimeStats: Make TimeStats class non-singleton by Yiwei Zhang · 7 years ago
  49. 6bc628c C++17 is the default now. by Elliott Hughes · 7 years ago
  50. 91a8638 SF TimeStats: add a debug function for global present to present time by Yiwei Zhang · 7 years ago
  51. 361ea97 Output additional trace points for each frame by Raymond Chiu · 7 years ago
  52. 8e8fe52 SF TimeStats: fix a hazard issue by Yiwei Zhang · 7 years ago
  53. e5c49d5 SF TimeStats: fix a display on time logic bug by Yiwei Zhang · 7 years ago
  54. 9689e2f SF TimeStats: optimize mTimeStatsTracker to use layerID as hash key by Yiwei Zhang · 7 years ago
  55. ce6ebc0 SF TimeStats: add global present to present histogram by Yiwei Zhang · 7 years ago
  56. 3a226d2 SF TimeStats: add primary display on time metrics by Yiwei Zhang · 7 years ago
  57. dc22404 SF TimeStats: flush and clear layer timestats on layer tear down by Yiwei Zhang · 7 years ago
  58. bd40832 SF TimeStats: optimize regex usage by Yiwei Zhang · 7 years ago
  59. ebd8888 surfaceflinger: simplify TimeStats::getInstance by Chia-I Wu · 7 years ago
  60. 04c1e67 SF Timestats: update a link in the proto by Yiwei Zhang · 7 years ago
  61. eaeea06 SF Timestats: add new metrics by Yiwei Zhang · 7 years ago
  62. cf50ab9 SF TimeStats: add a native struct in TimeRecord by Yiwei Zhang · 7 years ago
  63. f5d89a0 SF TimeStats: Add co. package domain by Yiwei Zhang · 7 years ago
  64. de1de87 Merge changes Ie828d9b4,I5ddd6323 into pi-dev by Yiwei Zhang · 7 years ago
  65. 8a4015c SF TimeStats: move dumpStats into TimeStatsHelper by Yiwei Zhang · 7 years ago
  66. c5f2c45 SF TimeStats: change the container of TimeRecord by Yiwei Zhang · 7 years ago
  67. 289fdbc SF TimeStats: update build file and some cleanups by Yiwei Zhang · 7 years ago
  68. 621f9d4 SF TimeStats: fix missed frame logic by Yiwei Zhang · 7 years ago
  69. 3bef395 SurfaceFlinger TimeStats by Yiwei Zhang · 7 years ago
  70. 0102ad2 SurfaceFlinger TimeStats Metrics by Yiwei Zhang · 7 years ago