Uses of Class
org.glassfish.jersey.internal.guava.Stopwatch
-
Uses of Stopwatch in org.glassfish.jersey.internal.guava
Modifier and TypeMethodDescriptionstatic Stopwatch
Stopwatch.createUnstarted()
Creates (but does not start) a new stopwatch usingSystem.nanoTime()
as its time source.Stopwatch.start()
Starts the stopwatch.