Class ProgressMetric
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.utils.profiler.ProgressMetric
- All Implemented Interfaces:
ProfilerThread.Metric
Metric that write progression value in percentage
-
Constructor Details
-
ProgressMetric
public ProgressMetric(org.h2gis.api.ProgressVisitor progressVisitor)
-
-
Method Details
-
getColumnNames
- Specified by:
getColumnNamesin interfaceProfilerThread.Metric
-
getCurrentValues
- Specified by:
getCurrentValuesin interfaceProfilerThread.Metric
-
tick
public void tick(long currentMillis) Description copied from interface:ProfilerThread.MetricCalled with little intervals in order to process metrics on the same thread than the call to getCurrentValues- Specified by:
tickin interfaceProfilerThread.Metric- Parameters:
currentMillis- Time
-