Class ProfileEntryStat
- java.lang.Object
-
- com.alibaba.druid.support.profile.ProfileEntryStat
-
public class ProfileEntryStat extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileEntryStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExecuteCount(long delta)voidaddExecuteTimeNanos(long delta)longgetExecuteCount()longgetExecuteTimeNanos()ProfileEntryStatValuegetValue(boolean reset)
-
-
-
Method Detail
-
getValue
public ProfileEntryStatValue getValue(boolean reset)
-
getExecuteCount
public long getExecuteCount()
-
addExecuteCount
public void addExecuteCount(long delta)
-
getExecuteTimeNanos
public long getExecuteTimeNanos()
-
addExecuteTimeNanos
public void addExecuteTimeNanos(long delta)
-
-