public class LogProfiler.DelayInfo
extends java.lang.Object
Constructor and Description |
---|
LogProfiler.DelayInfo(java.lang.String delayStr,
long frequency,
long totalTime,
long delayGroup)
The constructor with the delay string, frequency and totalTime
|
Modifier and Type | Method and Description |
---|---|
void |
addToTotalTime(long time)
Add to TotalTime.
|
long |
getDelayGroup()
Get the delayGroup.
|
java.lang.String |
getDelayString()
Get the delay String.
|
long |
getFrequency()
Get the frequency.
|
long |
getTotalTime()
Get the totaltime.
|
void |
increaseFrequency()
Increase the frequency
|
public LogProfiler.DelayInfo(java.lang.String delayStr, long frequency, long totalTime, long delayGroup)
delayStr
- The delay string.frequency
- The frequency.totalTime
- The total time.public java.lang.String getDelayString()
public long getFrequency()
public long getTotalTime()
public long getDelayGroup()
public void increaseFrequency()
public void addToTotalTime(long time)