public class ProfileEntry extends Object
Constructor and Description |
---|
ProfileEntry(ProfileEntry parent,
ProfileEntryKey key) |
Modifier and Type | Method and Description |
---|---|
void |
addExecuteTimeNanos(long nanos) |
int |
getExecuteCount() |
long |
getExecuteTimeNanos() |
ProfileEntryKey |
getKey() |
String |
getName() |
ProfileEntry |
getParent() |
String |
getParentName() |
String |
getType() |
void |
incrementExecuteCount() |
public ProfileEntry(ProfileEntry parent, ProfileEntryKey key)
public ProfileEntry getParent()
public ProfileEntryKey getKey()
public String getParentName()
public String getName()
public String getType()
public int getExecuteCount()
public void incrementExecuteCount()
public long getExecuteTimeNanos()
public void addExecuteTimeNanos(long nanos)
Copyright © 2013–2017 Alibaba Group. All rights reserved.