Uses of Class
org.tquadrat.foundation.perflog.PerfLogUtils.PerformanceTrackerHolder
Packages that use PerfLogUtils.PerformanceTrackerHolder
Package
Description
The classes that defines the API for the Foundation Performance Logging and
Monitoring library.
-
Uses of PerfLogUtils.PerformanceTrackerHolder in org.tquadrat.foundation.perflog
Methods in org.tquadrat.foundation.perflog that return PerfLogUtils.PerformanceTrackerHolderModifier and TypeMethodDescriptionstatic final PerfLogUtils.PerformanceTrackerHolderCreates aPerformanceTrackerfor thePerformanceSectionwith the given name.static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.hold(Optional<? extends PerformanceTracker> tracker) Creates a holder for the givenPerformanceTracker.static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.hold(PerfLogManager manager, PerformanceSectionName name) static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.hold(PerformanceSectionName name) static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.holdAndStart(String value) Creates aPerformanceTrackerfor thePerformanceSectionwith the given name and immediately starts it.static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.holdAndStart(Optional<? extends PerformanceTracker> tracker) Creates a holder for the givenPerformanceTrackerand immediately starts it.static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.holdAndStart(PerfLogManager manager, PerformanceSectionName name) Creates aPerformanceTrackerfor thePerformanceSectionwith the given name and immediately starts it.static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.holdAndStart(PerformanceSectionName name) Creates aPerformanceTrackerfor thePerformanceSectionwith the given name and immediately starts it.
