|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectio.leopard.topnb.model.PerformanceHistoryKey
io.leopard.topnb.model.PerformanceHistory
public class PerformanceHistory
| Constructor Summary | |
|---|---|
PerformanceHistory()
|
|
| Method Summary | |
|---|---|
long |
getCount()
|
java.lang.String |
getMethodName()
|
long |
getTotalTime()
获取耗时(单位微秒). |
void |
setCount(long count)
|
void |
setMethodName(java.lang.String methodName)
|
void |
setTotalTime(long totalTime)
|
| Methods inherited from class io.leopard.topnb.model.PerformanceHistoryKey |
|---|
getEntryName, getPostdate, setEntryName, setPostdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PerformanceHistory()
| Method Detail |
|---|
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
public long getCount()
public void setCount(long count)
public long getTotalTime()
public void setTotalTime(long totalTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||