public class ProfilerEntry extends Object
| 构造器和说明 |
|---|
ProfilerEntry(String message) |
ProfilerEntry(String message,
ProfilerEntry parentEntry,
ProfilerEntry firstEntry) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getEndTime() |
ProfilerEntry |
getFirst() |
String |
getMessage() |
ProfilerEntry |
getParent() |
AtomicInteger |
getRequestCount() |
long |
getStartTime() |
List<ProfilerEntry> |
getSub() |
void |
setEndTime(long endTime) |
public ProfilerEntry(String message)
public ProfilerEntry(String message, ProfilerEntry parentEntry, ProfilerEntry firstEntry)
public List<ProfilerEntry> getSub()
public String getMessage()
public ProfilerEntry getParent()
public ProfilerEntry getFirst()
public long getStartTime()
public void setEndTime(long endTime)
public long getEndTime()
public AtomicInteger getRequestCount()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.