Uses of Class
patterntesting.runtime.monitor.ProfileStatistic
-
Packages that use ProfileStatistic Package Description patterntesting.runtime.monitor This package provides some monitors like theProfileMonitor
. -
-
Uses of ProfileStatistic in patterntesting.runtime.monitor
Methods in patterntesting.runtime.monitor that return ProfileStatistic Modifier and Type Method Description static ProfileStatistic
ProfileStatistic. getInstance()
Gets the single instance of ProfileStatistic.Methods in patterntesting.runtime.monitor with parameters of type ProfileStatistic Modifier and Type Method Description protected static void
ProfileStatistic. addAsShutdownHook(ProfileStatistic hook)
Adds the given instance (hook) as shutdown hook.
-