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