net.minecraft.util.profiling

public class FilledProfileResults

implements ProfileResults

bpo
net.minecraft.util.profiling.FilledProfileResults
net.minecraft.class_3692
net.minecraft.util.profiler.ProfileResultImpl
net.minecraft.util.profiling.MethodProfilerResultsFilled

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_16279
LOGGER
private static final ProfilerPathEntry
b
EMPTY
field_21823
EMPTY_INFO
private static final com.google.common.base.Splitter
c
SPLITTER
field_21824
SPLITTER
private static final Comparator<Map$Entry<String, FilledProfileResults$CounterCollector>>
e
COUNTER_ENTRY_COMPARATOR
field_21825
COMPARATOR
private final Map<String, ? extends ProfilerPathEntry>
f
entries
field_21826
locationInfos
private final long
g
startTimeNano
field_16278
startTime
private final int
h
startTimeTicks
field_16275
startTick
private final long
i
endTimeNano
field_16276
endTime
private final int
j
endTimeTicks
field_16274
endTick
private final int
k
tickDuration
field_19383
tickDuration

Constructor summary

ModifierConstructor
public (Map<String, ? extends ProfilerPathEntry> locationInfos, long startTime, int startTick, long endTime, int endTick)

Method summary

Modifier and TypeMethod
private ProfilerPathEntry
c(String arg0)
getEntry(String arg0)
method_24262(String arg0)
getInfo(String path)
public List<ResultField>
a(String arg0)
getTimes(String arg0)
method_16067(String arg0)
getTimings(String arg0)
private static boolean
a(String arg0, String arg1)
isDirectChild(String arg0, String arg1)
method_24255(String arg0, String arg1)
isSubpath(String parent, String path)
private Map<String, FilledProfileResults$CounterCollector>
h()
getCounterValues()
method_24264()
setupCounters()
public long
a()
getStartTimeNano()
method_16068()
getStartTime()
public int
b()
getStartTimeTicks()
method_16072()
getStartTick()
public long
c()
getEndTimeNano()
method_16073()
getEndTime()
public int
d()
getEndTimeTicks()
method_16070()
getEndTick()
public boolean
a(Path arg0)
saveResults(Path arg0)
method_16069(Path arg0)
save(Path arg0)
protected String
a(long arg0, int arg1)
getProfilerResults(long arg0, int arg1)
method_16063(long arg0, int arg1)
asString(long timeSpan, int tickSpan)
public String
e()
getProfilerResults()
method_34970()
getRootTimings()
private static StringBuilder
a(StringBuilder arg0, int arg1)
indentLine(StringBuilder arg0, int arg1)
method_24256(StringBuilder arg0, int arg1)
indent(StringBuilder sb, int size)
private void
a(int arg0, String arg1, StringBuilder arg2)
appendProfilerResults(int arg0, String arg1, StringBuilder arg2)
method_16061(int arg0, String arg1, StringBuilder arg2)
appendTiming(int level, String name, StringBuilder sb)
private void
a(int arg0, String arg1, bpo$a arg2, int arg3, StringBuilder arg4)
appendCounterResults(int arg0, String arg1, FilledProfileResults$CounterCollector arg2, int arg3, StringBuilder arg4)
method_24253(int arg0, String arg1, class_3692$class_4747 arg2, int arg3, StringBuilder arg4)
appendCounter(int depth, String name, ProfileResultImpl$CounterInfo info, int tickSpan, StringBuilder sb)
private void
a(Map<String, bpo$a> arg0, StringBuilder arg1, int arg2)
appendCounters(Map<String, FilledProfileResults$CounterCollector> arg0, StringBuilder arg1, int arg2)
method_24260(Map<String, class_3692$class_4747> arg0, StringBuilder arg1, int arg2)
appendCounterDump(Map<String, ProfileResultImpl$CounterInfo> counters, StringBuilder sb, int tickSpan)
public int
f()
getTickDuration()
method_16074()
getTickSpan()