Creates (but does not start) a new stopwatch using System#nanoTime as its time source. @since 15.0
()
| 83 | |
| 84 | |
| 85 | public static Stopwatch createUnstarted() { |
| 86 | return new Stopwatch(); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * Creates (but does not start) a new stopwatch, using the specified time source. |
no outgoing calls
no test coverage detected