Uses of Class
org.noise_planet.noisemodelling.pathfinder.utils.profiler.ProfilerThread
-
Packages that use ProfilerThread Package Description org.noise_planet.noisemodelling.jdbc org.noise_planet.noisemodelling.pathfinder -
-
Uses of ProfilerThread in org.noise_planet.noisemodelling.jdbc
Methods in org.noise_planet.noisemodelling.jdbc that return ProfilerThread Modifier and Type Method Description ProfilerThread
NoiseMapByReceiverMaker. getProfilerThread()
Computation stacks and timing are collected by this class in order to profile the execution of the simulationMethods in org.noise_planet.noisemodelling.jdbc with parameters of type ProfilerThread Modifier and Type Method Description void
NoiseMapByReceiverMaker. setProfilerThread(ProfilerThread profilerThread)
Computation stacks and timing are collected by this class in order to profile the execution of the simulation -
Uses of ProfilerThread in org.noise_planet.noisemodelling.pathfinder
Methods in org.noise_planet.noisemodelling.pathfinder that return ProfilerThread Modifier and Type Method Description ProfilerThread
PathFinder. getProfilerThread()
Computation stacks and timing are collected by this class in order to profile the execution of the simulationMethods in org.noise_planet.noisemodelling.pathfinder with parameters of type ProfilerThread Modifier and Type Method Description void
PathFinder. setProfilerThread(ProfilerThread profilerThread)
Computation stacks and timing are collected by this class in order to profile the execution of the simulation
-