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 ProfilerThreadNoiseMapByReceiverMaker. 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 voidNoiseMapByReceiverMaker. 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 ProfilerThreadPathFinder. 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 voidPathFinder. setProfilerThread(ProfilerThread profilerThread)Computation stacks and timing are collected by this class in order to profile the execution of the simulation
-