1. e9bd182 Merge "Fix the logic of adding skipped frame." into main by Sally Qi · 1 year, 3 months ago
  2. 2269a69 Fix the logic of adding skipped frame. by Sally Qi · 1 year, 3 months ago
  3. e96e79f SF: use a pointer for out param in classifyJankLocked by Ady Abraham · 1 year, 3 months ago
  4. 14beed7 SF: explicitly mark surface frame without a composite as non janky by Ady Abraham · 1 year, 3 months ago
  5. 438eb7d [FrameTimeline] Refactor the logic of addSkippedFrame by Sally Qi · 1 year, 9 months ago
  6. 96eb535 Add jank severity type for actual frame timeline. by Ying Wei · 1 year, 9 months ago
  7. f572125 Add trunk flag for adding SF skipped frames into traces. by Sally Qi · 1 year, 9 months ago
  8. aa10774 Trace SF skipped frame. by Sally Qi · 1 year, 11 months ago
  9. ac7bcd9 Include the frame's expected duration in the jank data. by Pascal Muetschard · 1 year, 11 months ago
  10. 72f75b1 Merge "SF: handle presentTime in the past" into udc-dev am: 612b7822dc am: d3971f9392 by Ady Abraham · 2 years, 6 months ago
  11. b1e10d1 SF: handle presentTime in the past by Ady Abraham · 2 years, 6 months ago
  12. 631e425 Make frames dropped be a jank type in Frametimeline by Edgar Arriaga · 2 years, 6 months ago
  13. 57a8ab4 SF: don't trace SF timelines when there is no layer update by Ady Abraham · 2 years, 7 months ago
  14. 205c6dd Improve handling of hwcomposer with unsupported present fences by Theodore Dubois · 2 years, 9 months ago
  15. fcb1686 SF: make FrameTimeline more robust for fence errors by Ady Abraham · 2 years, 11 months ago
  16. 94917b3 Change jank for CPU/GPU deadline miss. by Rachel Lee · 3 years, 5 months ago
  17. ea2bb82 Returns min of minTime or presentTime instead of minTime or endTime. by ramindani · 3 years, 2 months ago
  18. dee2232 SF: fix frame timeline timestamp by Ady Abraham · 3 years, 5 months ago
  19. 57f8e18 SF: use CLOCK_BOOTTIME for frame timeline by Ady Abraham · 3 years, 6 months ago
  20. e43ff72 SF: treat prediction expired as app missed deadline by Ady Abraham · 3 years, 6 months ago
  21. ed511ef Add frame timeline method to ASurfaceControl NDK. by Rachel Lee · 3 years, 11 months ago
  22. f5d0ea5 SF: Remove manual enum stringification by Dominik Laskowski · 4 years ago
  23. 1f9450c Send isBuffer to perfetto trace by Adithya Srinivasan · 4 years, 3 months ago
  24. 58069dc SF - plumbing game mode for metrics (part 2) by Adithya Srinivasan · 4 years, 3 months ago
  25. 2045ddf Add SurfaceFlingerStuffing case to toString() by Adithya Srinivasan · 4 years, 3 months ago
  26. bed4c4f Limit Predictions size based on count instead of time by Adithya Srinivasan · 4 years, 4 months ago
  27. 57dc81d SF Buffer Stuffing by Adithya Srinivasan · 4 years, 5 months ago
  28. b2283c3 Fix ts for prediction expired dropped frames by Adithya Srinivasan · 4 years, 4 months ago
  29. 36b01af Consider GPU comp info for jank classification by Adithya Srinivasan · 4 years, 5 months ago
  30. 82eef32 Remove hwcDuration from FrameTimeline by Adithya Srinivasan · 4 years, 5 months ago
  31. de27245 Report deltas as 0 instead of -1 for prediction expired display frames by Adithya Srinivasan · 4 years, 5 months ago
  32. 8a94550 Allow AppDeadlineMissed along with DisplayFrame jank for SurfaceFrames by Adithya Srinivasan · 4 years, 5 months ago
  33. b6a2fa1 Add Gpu composition info to FrameTimeline by Adithya Srinivasan · 4 years, 6 months ago
  34. 785addd Add isBuffer to SurfaceFrame by Adithya Srinivasan · 4 years, 6 months ago
  35. 7c4ac7a Consider invalid present fence time in FrameTimeline by Adithya Srinivasan · 4 years, 6 months ago
  36. 115ac69 Call SurfaceFrame::onPresent if DisplayFrame predictions expired by Adithya Srinivasan · 4 years, 6 months ago
  37. 78e58af Trace PredictionState for Surface and Display Frames by Adithya Srinivasan · 4 years, 6 months ago
  38. 1a97163 Trace DisplayFrame present time as the slice end time by Adithya Srinivasan · 4 years, 6 months ago
  39. 939cd4d Fix SF jank classification by Adithya Srinivasan · 4 years, 6 months ago
  40. adebf5c Support streaming fps updates for a layer subtree to sysui via listener. by Alec Mouri · 4 years, 8 months ago
  41. 55ee875 Merge "Trace predictionExpired and dropped frames properly" into sc-dev by TreeHugger Robot · 4 years, 6 months ago
  42. 061c14c Trace predictionExpired and dropped frames properly by Adithya Srinivasan · 4 years, 7 months ago
  43. 9561943 Return janktype properly for dropped frames by Adithya Srinivasan · 4 years, 7 months ago
  44. 363faf0 Add deadline histograms into timestats by Alec Mouri · 4 years, 7 months ago
  45. 7d436ec Plumb refresh and render rates into shared timeline by Alec Mouri · 4 years, 7 months ago
  46. b9a7dab Fix Transaction tracking for FrameTimeline by Adithya Srinivasan · 4 years, 8 months ago
  47. fc434ac Add inputEventId to SurfaceFrame by Siarhei Vishniakou · 4 years, 8 months ago
  48. 8667850 Move tracing log prints to inside Trace() by Adithya Srinivasan · 4 years, 7 months ago
  49. 552e2a7 Cleanup and send janktype as a bitmask to perfetto by Adithya Srinivasan · 4 years, 8 months ago
  50. 05bd2d1 Send FrameTimeline packets as separate start and end messages by Adithya Srinivasan · 4 years, 8 months ago
  51. 9b2ca3e Expand jank classification by Adithya Srinivasan · 4 years, 10 months ago
  52. 9c03b50 Add Shared timeline jank classification listener (1/2) by Jorim Jaggi · 4 years, 9 months ago
  53. 5814ab8 Move JankType to libgui by Jorim Jaggi · 4 years, 9 months ago
  54. 0118967 Frame Timeline Perfetto producer by Adithya Srinivasan · 4 years, 10 months ago
  55. 9febda8 Plumb owner pid into Layer by Adithya Srinivasan · 4 years, 10 months ago
  56. 9a29e67 Expose shared timeline counters into telemetry: by Alec Mouri · 5 years ago
  57. 2d73632 Add a backdoor to change FrameTimeline's maxDisplayFrames by Adithya Srinivasan · 5 years ago
  58. 8fc601d Dumpsys for FrameTimeline by Adithya Srinivasan · 5 years ago
  59. 7f8a1e6 SurfaceFlinger: rename FrameTimeline's setActualEndTime by Ady Abraham · 5 years ago
  60. 5f683cf Enable SurfaceFlinger to use FrameTimeline by Adithya Srinivasan · 5 years ago
  61. f279e04 Create shared timeline data structure and unit test cases by Adithya Srinivasan · 5 years ago