Creates (and starts) a new stopwatch using System#nanoTime as its time source. @since 15.0
()
| 96 | * @since 15.0 |
| 97 | */ |
| 98 | public static Stopwatch createStarted() { |
| 99 | return new Stopwatch().start(); |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Creates (and starts) a new stopwatch, using the specified time source. |
no test coverage detected