Uses of Interface
org.noise_planet.noisemodelling.pathfinder.utils.profiler.ProfilerThread.Metric
Packages that use ProfilerThread.Metric
Package
Description
-
Uses of ProfilerThread.Metric in org.noise_planet.noisemodelling.jdbc.output
Classes in org.noise_planet.noisemodelling.jdbc.output that implement ProfilerThread.MetricModifier and TypeClassDescriptionclassStore results in memory, awaiting writing on sql database -
Uses of ProfilerThread.Metric in org.noise_planet.noisemodelling.pathfinder.utils.profiler
Classes in org.noise_planet.noisemodelling.pathfinder.utils.profiler that implement ProfilerThread.MetricModifier and TypeClassDescriptionclassclassMetric that write progression value in percentageclassGenerate stats about receiver computation timeMethods in org.noise_planet.noisemodelling.pathfinder.utils.profiler with type parameters of type ProfilerThread.MetricMethods in org.noise_planet.noisemodelling.pathfinder.utils.profiler with parameters of type ProfilerThread.MetricModifier and TypeMethodDescriptionvoidProfilerThread.addMetric(ProfilerThread.Metric metric) add this given metric (collection of statistics to write on the profile csv file)