I'm currently using Xcode's Time Profiler Instrument for iOS. One function is extremely large. Yes, splitting it up into much smaller inline ones would be far more intelligent. However, is there a way to fake stack levels or get the instrument to deal with such a large function to make it easier to determine what's actually the slow portion?
In AMD Code Analyst and Intel VTune, you're able to see graphs of the function so you can pin-point different areas of slow down. I'm basically wondering if there's an equivalent for the Xcode for an iOS device.