Uses of Class
org.openstreetmap.josm.data.osm.visitor.paint.RenderBenchmarkCollector
-
Packages that use RenderBenchmarkCollector Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map. -
-
Uses of RenderBenchmarkCollector in org.openstreetmap.josm.data.osm.visitor.paint
Subclasses of RenderBenchmarkCollector in org.openstreetmap.josm.data.osm.visitor.paint Modifier and Type Class Description static class
RenderBenchmarkCollector.CapturingBenchmark
A benchmark implementation that captures the timesstatic class
RenderBenchmarkCollector.LoggingBenchmark
A special version of the benchmark class that logs the output to stderr.Fields in org.openstreetmap.josm.data.osm.visitor.paint with type parameters of type RenderBenchmarkCollector Modifier and Type Field Description private Supplier<RenderBenchmarkCollector>
StyledMapRenderer. benchmarkFactory
Methods in org.openstreetmap.josm.data.osm.visitor.paint that return types with arguments of type RenderBenchmarkCollector Modifier and Type Method Description static Supplier<RenderBenchmarkCollector>
RenderBenchmarkCollector. defaultBenchmarkSupplier()
A supplier that gets the default benchmark class.Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type RenderBenchmarkCollector Modifier and Type Method Description private void
StyledMapRenderer. paintWithLock(OsmData<?,?,?,?> data, boolean renderVirtualNodes, RenderBenchmarkCollector benchmark, BBox bbox)
Method parameters in org.openstreetmap.josm.data.osm.visitor.paint with type arguments of type RenderBenchmarkCollector Modifier and Type Method Description void
StyledMapRenderer. setBenchmarkFactory(Supplier<RenderBenchmarkCollector> benchmarkFactory)
Sets the factory that creates the benchmark data receivers.
-