com.alibaba.druid.support.profile
类 ProfileEntryStat

java.lang.Object
  继承者 com.alibaba.druid.support.profile.ProfileEntryStat

public class ProfileEntryStat
extends Object


构造方法摘要
ProfileEntryStat()
           
 
方法摘要
 void addExecuteCount(long delta)
           
 void addExecuteTimeNanos(long delta)
           
 long getExecuteCount()
           
 long getExecuteTimeNanos()
           
 ProfileEntryStatValue getValue(boolean reset)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProfileEntryStat

public ProfileEntryStat()
方法详细信息

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)


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.