Find out what's blocking the main thread/run loop in iOS?

511 Views Asked by At

is there a way to find out what is blocking the main thread's run loop in an iOS App, e.g. find all functions that the run loop calls that take longer than 0.1 secs to complete?

Regards, Jochen

1

There are 1 best solutions below

0
On

Have you tried profiling via Shark?