-
-
Notifications
You must be signed in to change notification settings - Fork 433
Open
Description
Description:
Create a utility that measures how long a code block takes to execute in milliseconds.
Acceptance Criteria:
- A new execution timer snippet has been added
- Method long measure(Runnable task) is implemented
- Returns execution time in milliseconds
- Test/example provided with Thread.sleep
Metadata
Metadata
Assignees
Projects
Status
Todo