ios - How to profile DispatchQueue performance? -


i have ios app has used dispatchqueue in multiple places , experiencing performance issues: when app first starts, fps quite high, after while fps drops singe digit.

it seems there performance issue related dispatchqueue usage. evidenced warning messages gcd performance issue warnings in instruments when trying profiling template time profiler.

what common approach find dispatchqueue task taking large resource? (i.e. instruments template use?)

i using swift 3, xcode 9.3 (beta), , instruments 9.0


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -