Class ProfileEntryReqStat

java.lang.Object
com.alibaba.druid.support.profile.ProfileEntryReqStat

public class ProfileEntryReqStat extends Object
  • Constructor Details

    • ProfileEntryReqStat

      public ProfileEntryReqStat()
  • Method Details

    • getExecuteCount

      public long getExecuteCount()
    • incrementExecuteCount

      public void incrementExecuteCount()
    • getExecuteTimeNanos

      public long getExecuteTimeNanos()
    • addExecuteTimeNanos

      public void addExecuteTimeNanos(long nanos)