com.alibaba.druid.support.profile
Class ProfileEntry

java.lang.Object
  extended by com.alibaba.druid.support.profile.ProfileEntry

public class ProfileEntry
extends Object


Constructor Summary
ProfileEntry(ProfileEntry parent, ProfileEntryKey key)
           
 
Method Summary
 void addExecuteTimeNanos(long nanos)
           
 int getExecuteCount()
           
 long getExecuteTimeNanos()
           
 ProfileEntryKey getKey()
           
 String getName()
           
 ProfileEntry getParent()
           
 String getParentName()
           
 String getType()
           
 void incrementExecuteCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileEntry

public ProfileEntry(ProfileEntry parent,
                    ProfileEntryKey key)
Method Detail

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 © 2012 Alibaba Group. All Rights Reserved.