Skip to content

tool to ping main/ui thread to measure 400msec or longer delays (based on Viber’s presentation and code at NSSpain)

Notifications You must be signed in to change notification settings

krezzoid/mainThreadPinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

mainThreadPinger

codebeat badge

Usage

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
}

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

No packages published

Languages