Skip to content

Instantly share code, notes, and snippets.

@CDRussell
Last active February 14, 2019 01:38
Show Gist options
  • Save CDRussell/faf1dd3b6ade6f57eba42afcf7caa393 to your computer and use it in GitHub Desktop.
Save CDRussell/faf1dd3b6ade6f57eba42afcf7caa393 to your computer and use it in GitHub Desktop.
val result = measureExecution("Finished doing work", Log.INFO) {
foo.doSomeWork()
return foo.getResult()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment