I am evaluating whether to use drawable icons or font icons and therefore want to measure each implementations rendering time.
I have already tried usings Kotlin's measureTimeMillis(()) without any luck.
Calculating the time through System.currentTimeInMillis() seems to not work either.
Is there any professional approach to measuring the render time of a Composable reliably?