com.alibaba.druid.support.profile
类 ProfileEntry

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

public class ProfileEntry
extends Object


构造方法摘要
ProfileEntry(ProfileEntry parent, ProfileEntryKey key)
           
 
方法摘要
 void addExecuteTimeNanos(long nanos)
           
 int getExecuteCount()
           
 long getExecuteTimeNanos()
           
 ProfileEntryKey getKey()
           
 String getName()
           
 ProfileEntry getParent()
           
 String getParentName()
           
 String getType()
           
 void incrementExecuteCount()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ProfileEntry

public ProfileEntry(ProfileEntry parent,
                    ProfileEntryKey key)
方法详细信息

getParent

public ProfileEntry getParent()

getKey

public ProfileEntryKey getKey()

getParentName

public String getParentName()

getName

public String getName()

getType

public String getType()

getExecuteCount

public int getExecuteCount()

incrementExecuteCount

public void incrementExecuteCount()

getExecuteTimeNanos

public long getExecuteTimeNanos()

addExecuteTimeNanos

public void addExecuteTimeNanos(long nanos)


Copyright © 2013 Alibaba Group. All Rights Reserved.