I'm trying to profile a WebGL application on iOS Safari through the WebInspector on desktop Safari 8.0.5. As others have concluded, the standard "profiles" pane has been removed and replaced with the "Records" pane. The Records pane just shows the call stack, but I need a profile with the possibility to aggregate records. Is there any way of bringing that "old style" profiling behaviour back into Safari 8 or is there any way for me to use the data from the Safari 8 Web Inspector, e.g. in xcode?
It is important that the profile comes from an actual iOS Device, since I especially want to profile gl
context calls like gl.texImage2D
etc.