Uses of Class
net.obvj.performetrics.monitors.MonitoredRunnable
-
Packages that use MonitoredRunnable Package Description net.obvj.performetrics Provides convenient classes for extracting performance metrics of Java code. -
-
Uses of MonitoredRunnable in net.obvj.performetrics
Methods in net.obvj.performetrics that return MonitoredRunnable Modifier and Type Method Description static MonitoredRunnablePerformetrics. monitorOperation(Runnable runnable)Runs the specifiedRunnable, which can also be a lambda expression, and collects metrics for all available counter types.static MonitoredRunnablePerformetrics. monitorOperation(Runnable runnable, Counter.Type... types)Runs the specifiedRunnable, which can also be a lambda expression, and collects metrics for the specified counter type(s) only.
-