Expected
In the slow rendering instrumentation, there should be option to add counts of slow_frame_count, frozen_frame_count and total_frame_count in each span(or names of spans can also be configurable).
So for a span like below(which starts between t1 and t2), it should add all the frame count, frozen frame count and slow frame count that happened between t1 and t2
t1 t2
<------------------->
span 1
This could be really important in determining during which span user experience is getting deteriorated
Expected
In the slow rendering instrumentation, there should be option to add counts of
slow_frame_count,frozen_frame_countandtotal_frame_countin each span(or names of spans can also be configurable).So for a span like below(which starts between t1 and t2), it should add all the frame count, frozen frame count and slow frame count that happened between t1 and t2
This could be really important in determining during which span user experience is getting deteriorated