Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created September 8, 2023 08:45
Show Gist options
  • Save laevandus/5d21a71e20815649bf81d81049556528 to your computer and use it in GitHub Desktop.
Save laevandus/5d21a71e20815649bf81d81049556528 to your computer and use it in GitHub Desktop.
let clock = ContinuousClock ()
let elapsed = await clock.measure {
await compute()
}
print(elapsed) // 1.062192235 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment