| Package | Description |
|---|---|
| org.opencms.db.timing |
Utility classes for profiling driver calls
|
| Modifier and Type | Method and Description |
|---|---|
CmsThreadStatsTreeProfilingHandler.Node |
CmsThreadStatsTreeProfilingHandler.Node.addOrGetChild(java.lang.Object key)
Gets the child for a given key, or adds it if it doesn't exist yet.
|
CmsThreadStatsTreeProfilingHandler.Node |
CmsThreadStatsTreeProfilingHandler.Node.addOrGetDescendant(java.util.List<?> path)
Gets the descendant for a given path, or adds it if it doesn't exist yet.
|
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Document |
CmsThreadStatsTreeProfilingHandler.Node.dumpTree(CmsThreadStatsTreeProfilingHandler.Node node)
Computes the cumulative stats for a tree and dumps it to an XML document.
|