Skip to content

Instantly share code, notes, and snippets.

@Denismih
Created March 3, 2020 09:09
Show Gist options
  • Save Denismih/182a8fbfadc22cc81969cee6d1df3134 to your computer and use it in GitHub Desktop.
Save Denismih/182a8fbfadc22cc81969cee6d1df3134 to your computer and use it in GitHub Desktop.
Measure elapsed time
do {
let info = ProcessInfo.processInfo
let begin = info.systemUptime
// do something
let diff = (info.systemUptime - begin)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment