Replace `new Stopwatch().start()` with `Stopwatch.createStarted()`

In Guava 15.0 the Stopwatch() constructor is deprecated in favor of
static `createStarted()` and `createUnstarted()` methods.

Change-Id: Ib81474860430fda1ac841f257ec3ba98509f2743
1 file changed