I am looking for utility or any way how can I measure the time required for inflater to inflate some portion (view or viewgroup or whole screen) in Android.
I know there is default feature in debug mode that shows overdraw, but I need to have measure the time taken to inflate view.
What is the best way to do this. Thx.