func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
//
// some of your code here ...
//
// will create mainThreadPinger object and start pinging main/ui thread
let pinger = mainThreadPinger.sharedInstance
return true
}
-
Notifications
You must be signed in to change notification settings - Fork 1
krezzoid/mainThreadPinger
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
tool to ping main/ui thread to measure 400msec or longer delays (based on Viber’s presentation and code at NSSpain)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published