public class FlexTimeWatch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
mEnd |
protected boolean |
mIsON |
protected FlexLogger |
mLogger |
protected java.lang.String |
mOperationName |
protected long |
mStart |
Constructor and Description |
---|
FlexTimeWatch(FlexLogger pLogger,
java.lang.String pOperationName) |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
void |
start() |
void |
stop() |
protected FlexLogger mLogger
protected boolean mIsON
protected java.lang.String mOperationName
protected long mStart
protected long mEnd
public FlexTimeWatch(FlexLogger pLogger, java.lang.String pOperationName)