I'm attempting to fix some performance issues in our HTML5 game under iOS 8. I've got the Yosemite beta, and Safari 8.0 on a Mac. I seem to have lost the JS Profiling tool. According to the iOS developer center:
To start profiling manually, click the record button in the top right of the Profiles pane, and select Start JavaScript Profile in the resulting menu.
(from here)
On Safari 8, I don't get a menu with that option, it just starts recording a timeline. Where has this moved to?
I'm attempting to fix some performance issues in our HTML5 game under iOS 8. I've got the Yosemite beta, and Safari 8.0 on a Mac. I seem to have lost the JS Profiling tool. According to the iOS developer center:
To start profiling manually, click the record button in the top right of the Profiles pane, and select Start JavaScript Profile in the resulting menu.
(from here)
On Safari 8, I don't get a menu with that option, it just starts recording a timeline. Where has this moved to?
Share Improve this question edited Sep 22, 2014 at 9:43 Digital-Clouds asked Sep 22, 2014 at 9:15 Digital-CloudsDigital-Clouds 5525 silver badges16 bronze badges1 Answer
Reset to default 9It would seem as if the profiling has been replaced with the "Records"-section which provide some of the same info, although not all of it.
As mentioned in the ments, in order to find the Records section click Timelines, then JavaScript & Events in the timelines which will show "Records" in the lower left corner.