Uses of Interface
org.noise_planet.noisemodelling.pathfinder.utils.profiler.ProfilerThread.Metric
-
Packages that use ProfilerThread.Metric Package Description org.noise_planet.noisemodelling.jdbc.output org.noise_planet.noisemodelling.pathfinder.utils.profiler -
-
Uses of ProfilerThread.Metric in org.noise_planet.noisemodelling.jdbc.output
Classes in org.noise_planet.noisemodelling.jdbc.output that implement ProfilerThread.Metric Modifier and Type Class Description class
ResultsCache
Store 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.Metric Modifier and Type Class Description class
JVMMemoryMetric
class
ProgressMetric
Metric that write progression value in percentageclass
ReceiverStatsMetric
Generate stats about receiver computation timeMethods in org.noise_planet.noisemodelling.pathfinder.utils.profiler with type parameters of type ProfilerThread.Metric Modifier and Type Method Description <T extends ProfilerThread.Metric>
TProfilerThread. getMetric(Class<T> metricClass)
Methods in org.noise_planet.noisemodelling.pathfinder.utils.profiler with parameters of type ProfilerThread.Metric Modifier and Type Method Description void
ProfilerThread. addMetric(ProfilerThread.Metric metric)
add this given metric (collection of statistics to write on the profile csv file)
-