Skip to content

Instantly share code, notes, and snippets.

@normanmaurer
Created June 18, 2014 07:56
Show Gist options
  • Select an option

  • Save normanmaurer/981fcdded03e40f51959 to your computer and use it in GitHub Desktop.

Select an option

Save normanmaurer/981fcdded03e40f51959 to your computer and use it in GitHub Desktop.
Executor executor = ...;
executor.execute(new Runnable() {
public void run() {
// Want to benchmark how long it took until this method was called.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment