Generated by
JDiff

Class com.google.common.base.Stopwatch

Changed Constructors
Stopwatch(Ticker) Now deprecated.
Use {@link Stopwatch#createUnstarted(Ticker)} instead.
Stopwatch(void) Now deprecated.
Use {@link Stopwatch#createUnstarted()} instead.
 

Removed Methods
String toString(int) Returns a string representation of the current elapsed time, choosing an appropriate unit and using the specified number of significant figures.
 

Added Methods
Stopwatch createStarted() Creates (and starts) a new stopwatch using System.nanoTime as its time source.
Stopwatch createStarted(Ticker) Creates (and starts) a new stopwatch, using the specified time source.
Stopwatch createUnstarted() Creates (but does not start) a new stopwatch using System.nanoTime as its time source.
Stopwatch createUnstarted(Ticker) Creates (but does not start) a new stopwatch, using the specified time source.