0

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

Jochen
  • 7,270
  • 5
  • 24
  • 32

1 Answers1

1

Have you tried profiling via Shark?

invaliddata
  • 371
  • 2
  • 4