Uses of Class
org.iam.utils.TimeMeasure
Packages that use TimeMeasure
Package
Description
Core orchestration and solving workflow for AccessRefinery.
Utility helpers for IO, parsing, timing, logging, and experiment post-processing.
-
Uses of TimeMeasure in org.iam.core
Methods in org.iam.core that return TimeMeasureModifier and TypeMethodDescriptionZelkova.getTime()Returns the TimeMeasure instance for timing statistics. -
Uses of TimeMeasure in org.iam.utils
Methods in org.iam.utils with parameters of type TimeMeasureModifier and TypeMethodDescriptionstatic voidTimeMeasure.appendValuesToFile(String filePath, TimeMeasure timeMeasure) Appends the values (elapsed times) of the TimeMeasure's time records to a file.static voidTimeMeasure.writeKeysToFile(String filePath, TimeMeasure timeMeasure) Writes the keys (operation names) of the TimeMeasure's time records to a file, overwriting the existing content.