public interface TracerDriver
| Modifier and Type | Method and Description |
|---|---|
void |
addCount(String name,
int increment)
Add to a named counter
|
void |
addTrace(String name,
long time,
TimeUnit unit)
Record the given trace event
|
void addTrace(String name, long time, TimeUnit unit)
name - of the eventtime - time event tookunit - time unitvoid addCount(String name, int increment)
name - name of the counterincrement - amount to incrementCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.