Uses of Class
org.openstreetmap.josm.tools.Stopwatch
-
Packages that use Stopwatch Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.validation Provides the classes for JOSM data validation.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Stopwatch in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type Stopwatch Modifier and Type Method Description private void
DatasetConsistencyTest. printElapsedTime(Stopwatch stopwatch)
-
Uses of Stopwatch in org.openstreetmap.josm.data.validation
Fields in org.openstreetmap.josm.data.validation declared as Stopwatch Modifier and Type Field Description protected Stopwatch
Test. stopwatch
the start time to compute elapsed time when test finishes -
Uses of Stopwatch in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as Stopwatch Modifier and Type Field Description private Stopwatch
SplashScreen.MeasurableTask. stopwatch
-
Uses of Stopwatch in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as Stopwatch Modifier and Type Field Description private static Stopwatch
Logging. startup
Methods in org.openstreetmap.josm.tools that return Stopwatch Modifier and Type Method Description static Stopwatch
Stopwatch. createStarted()
Creates and starts a stopwatch
-