I have gone through following and most of the question posted on forum Question
I have run time profile for check application, on double click in the call stack it goes to the code, The code shows X% next to the line What is that means? Is that value of time require for process code? Please refer images attached
When call goes for show alert it shows (93.8)% and another image for dismissing alert it shows (100%) What these value represent?
It is the percentage of time spent running that line in that part of the program. The line listed 100% is the only thing that gets run in that method, so it takes 100% of the time.