Created
June 18, 2014 07:56
-
-
Save normanmaurer/981fcdded03e40f51959 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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