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 -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -