Modifier and Type | Method and Description |
---|---|
long |
getDuration()
取得entry持续的时间。
|
long |
getDurationOfSelf()
取得entry自身所用的时间,即总时间减去所有子entry所用的时间。
|
long |
getEndTime()
取得entry相对于第一个entry的结束时间。
|
String |
getMessage()
取得entry的信息。
|
double |
getPecentage()
取得当前entry在父entry中所占的时间百分比。
|
double |
getPecentageOfAll()
取得当前entry在第一个entry中所占的时间百分比。
|
long |
getStartTime()
取得entry相对于第一个entry的起始时间。
|
List<Profiler.Entry> |
getSubEntries()
取得所有子entries。
|
String |
toString()
将entry转换成字符串的表示。
|
public String getMessage()
public long getStartTime()
public long getEndTime()
-1
public long getDuration()
-1
public long getDurationOfSelf()
-1
public double getPecentage()
public double getPecentageOfAll()
public List<Profiler.Entry> getSubEntries()
Copyright © 2006–2018 TinyGroup. All rights reserved.