public class ProfileEntry extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private int |
executeCount |
private long |
executeTimeNanos |
private ProfileEntryKey |
key |
private ProfileEntry |
parent |
| 构造器和说明 |
|---|
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() |
private final ProfileEntry parent
private final ProfileEntryKey key
private int executeCount
private long executeTimeNanos
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–2019 Alibaba Group. All rights reserved.