Class JVMMemoryMetric
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.utils.profiler.JVMMemoryMetric
- All Implemented Interfaces:
ProfilerThread.Metric
-
Constructor Details
-
JVMMemoryMetric
public JVMMemoryMetric()
-
-
Method Details
-
getColumnNames
- Specified by:
getColumnNamesin interfaceProfilerThread.Metric
-
getCurrentValues
Allow to get the current value- Specified by:
getCurrentValuesin interfaceProfilerThread.Metric- Returns:
- a list of values in String
-
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
-