Uses of Class
org.opencms.db.timing.CmsThreadStatsTreeProfilingHandler.Node
-
Uses of CmsThreadStatsTreeProfilingHandler.Node in org.opencms.db.timing
Modifier and TypeMethodDescriptionCmsThreadStatsTreeProfilingHandler.Node.addOrGetChild
(Object key) Gets the child for a given key, or adds it if it doesn't exist yet.CmsThreadStatsTreeProfilingHandler.Node.addOrGetDescendant
(List<?> path) Gets the descendant for a given path, or adds it if it doesn't exist yet.Modifier and TypeMethodDescriptionstatic org.dom4j.Document
CmsThreadStatsTreeProfilingHandler.Node.dumpTree
(CmsThreadStatsTreeProfilingHandler.Node node) Computes the cumulative stats for a tree and dumps it to an XML document.