类 TracyZoneFiller
java.lang.Object
net.minecraft.util.profiling.TracyZoneFiller
- 所有已实现的接口:
ProfilerFiller
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 net.minecraft.util.profiling.ProfilerFiller
ProfilerFiller.CombinedProfileFiller
-
字段概要
字段修饰符和类型字段说明private final List
<com.mojang.jtracy.Zone> private static final org.slf4j.Logger
private final String
private final Map
<String, TracyZoneFiller.PlotAndValue> private static final StackWalker
从接口继承的字段 net.minecraft.util.profiling.ProfilerFiller
ROOT
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private com.mojang.jtracy.Zone
void
addZoneText
(String p_372877_) void
addZoneValue
(long p_373111_) void
endTick()
void
incrementCounter
(String p_372894_, int p_372810_) void
incrementCounter
(Supplier<String> p_372847_, int p_372796_) void
markForCharting
(MetricCategory p_373090_) void
pop()
void
void
void
void
void
setZoneColor
(int p_373019_) void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.util.profiling.ProfilerFiller
incrementCounter, incrementCounter, zone, zone
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
STACK_WALKER
-
activeZones
-
plots
-
name
-
-
构造器详细资料
-
TracyZoneFiller
public TracyZoneFiller()
-
-
方法详细资料
-
startTick
public void startTick()- 指定者:
startTick
在接口中ProfilerFiller
-
endTick
public void endTick()- 指定者:
endTick
在接口中ProfilerFiller
-
push
- 指定者:
push
在接口中ProfilerFiller
-
push
- 指定者:
push
在接口中ProfilerFiller
-
pop
public void pop()- 指定者:
pop
在接口中ProfilerFiller
-
popPush
- 指定者:
popPush
在接口中ProfilerFiller
-
popPush
- 指定者:
popPush
在接口中ProfilerFiller
-
markForCharting
- 指定者:
markForCharting
在接口中ProfilerFiller
-
incrementCounter
- 指定者:
incrementCounter
在接口中ProfilerFiller
-
incrementCounter
- 指定者:
incrementCounter
在接口中ProfilerFiller
-
activeZone
private com.mojang.jtracy.Zone activeZone() -
addZoneText
- 指定者:
addZoneText
在接口中ProfilerFiller
-
addZoneValue
public void addZoneValue(long p_373111_) - 指定者:
addZoneValue
在接口中ProfilerFiller
-
setZoneColor
public void setZoneColor(int p_373019_) - 指定者:
setZoneColor
在接口中ProfilerFiller
-