Skip to content

Instantly share code, notes, and snippets.

@kostiakoval
Last active December 12, 2015 10:58
Show Gist options
  • Save kostiakoval/54688c5aba3991dad014 to your computer and use it in GitHub Desktop.
Save kostiakoval/54688c5aba3991dad014 to your computer and use it in GitHub Desktop.
SpeedLog-post-4
func testFunc() {
for i in 0...100 {
let y = i * 10
SpeedLog.print(y)
}
}
testFunc()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment