类 ActiveProfiler.PathEntry
java.lang.Object
net.minecraft.util.profiling.ActiveProfiler.PathEntry
- 所有已实现的接口:
ProfilerPathEntry
- 封闭类:
ActiveProfiler
-
字段详细资料
-
maxDuration
long maxDuration -
minDuration
long minDuration -
accumulatedDuration
long accumulatedDuration -
count
long count -
counters
-
-
构造器详细资料
-
PathEntry
public PathEntry()
-
-
方法详细资料
-
getDuration
public long getDuration()- 指定者:
getDuration
在接口中ProfilerPathEntry
-
getMaxDuration
public long getMaxDuration()- 指定者:
getMaxDuration
在接口中ProfilerPathEntry
-
getCount
public long getCount()- 指定者:
getCount
在接口中ProfilerPathEntry
-
getCounters
- 指定者:
getCounters
在接口中ProfilerPathEntry
-