How to get total time taken to launch Android App

Can any body please help me to get exact time taken to launch Android app from Appium logs.

You can use testNG framework to get the execution timeout.

You can put a timestamp before you run webdriver and then verify for an element which comes with launch and put another timestamp after that. Take a diff of these timestamps to get the launch time.