Can anyone help me to find the UI rendering time in perfetto/systrace?

732 Views Asked by At

I am trying to find the UI rendering time for each Activity in android. I come to know that can analyses the performance using of systrace or perfetto. But the problem is find the UI rendering part from that huge graph. Can any one help me to find the UI rendering time from systrace or perfetto.

1

There are 1 best solutions below

0
On

System Trace includes data from all processes running on the device, so first you need to find the relevant processes. Here's a couple of places to get you started:

To know exactly what's causing the UI rendering issue requires knowledge of how your app works and some trial-and-error. These videos might help you: