JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.apache.sling.commons.metrics.Timer
Packages that use
Timer
Package
Description
org.apache.sling.commons.metrics
Provides an API to generate and collect metrics in various forms
Uses of
Timer
in
org.apache.sling.commons.metrics
Methods in
org.apache.sling.commons.metrics
that return
Timer
Modifier and Type
Method
Description
Timer
MetricsService.
timer
(
String
name)
Creates a new
Timer
and registers it under the given name.