public class PerformanceTimerFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
dumpTimers() |
void |
dumpTimers(java.io.PrintStream out)
Call print on all of the known performance timers.
|
static PerformanceTimerFactory |
getPerfTimerFactory()
Get the timer factory.
|
PerformanceTimer |
getTimer(java.lang.String name)
Get a performance timer.
|
public static PerformanceTimerFactory getPerfTimerFactory()
public PerformanceTimer getTimer(java.lang.String name)
name - Name of the timer to return.public void dumpTimers(java.io.PrintStream out)
out - output stream to dump topublic void dumpTimers()
Copyright © 2007-2025 The Apache Software Foundation