public class TimingLogger extends Object
TimingLogger
.
CHANGES:
Constructor and Description |
---|
TimingLogger(String tag,
String label)
Create and initialize a TimingLogger object that will log using
the specific tag.
|
Modifier and Type | Method and Description |
---|---|
void |
addSplit(String splitLabel) |
void |
dumpToLog() |
void |
reset() |
void |
reset(String tag,
String label) |
public TimingLogger(String tag, String label)
tag
- the log tag to use while logging the timingslabel
- a string to be displayed with each log