Hi everyone, if I have 3 sections in one Activity, each is a different Composable, is there any way to get the rendering performance (frames data) per section in production?
JankStats report the frames data per Window, which is shared here, is it possible to attribute this to specific Composables?