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