Package net.minecraft.util.profiler
Class PerformanceLog
java.lang.Object
net.minecraft.util.profiler.PerformanceLog
- Mappings:
Namespace Name official bhxintermediary net/minecraft/class_8743named net/minecraft/util/profiler/PerformanceLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final long[][]private intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongget(int index) intlongmethod_56534(int int2, int int3) voidmethod_56535(long long2, int int2) voidpush(long value) voidreset()intsize()private intwrap(int index)
-
Field Details
-
SIZE
public static final int SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official aLbhx;a:Iintermediary field_45719Lnet/minecraft/class_8743;field_45719:Inamed SIZELnet/minecraft/util/profiler/PerformanceLog;SIZE:I
-
data
private final long[][] data- Mappings:
Namespace Name Mixin selector official bLbhx;b:[[Jintermediary field_45720Lnet/minecraft/class_8743;field_45720:[[Jnamed dataLnet/minecraft/util/profiler/PerformanceLog;data:[[J
-
currentIndex
private int currentIndex- Mappings:
Namespace Name Mixin selector official cLbhx;c:Iintermediary field_45721Lnet/minecraft/class_8743;field_45721:Inamed currentIndexLnet/minecraft/util/profiler/PerformanceLog;currentIndex:I
-
maxIndex
private int maxIndex- Mappings:
Namespace Name Mixin selector official dLbhx;d:Iintermediary field_45722Lnet/minecraft/class_8743;field_45722:Inamed maxIndexLnet/minecraft/util/profiler/PerformanceLog;maxIndex:I
-
-
Constructor Details
-
PerformanceLog
public PerformanceLog(int int2)
-
-
Method Details
-
push
public void push(long value) - Mappings:
Namespace Name Mixin selector official aLbhx;a(J)Vintermediary method_53066Lnet/minecraft/class_8743;method_53066(J)Vnamed pushLnet/minecraft/util/profiler/PerformanceLog;push(J)V
-
method_56535
public void method_56535(long long2, int int2) - Mappings:
Namespace Name Mixin selector official aLbhx;a(JI)Vintermediary method_56535Lnet/minecraft/class_8743;method_56535(JI)Vnamed method_56535Lnet/minecraft/util/profiler/PerformanceLog;method_56535(JI)V
-
size
public int size()- Mappings:
Namespace Name Mixin selector official aLbhx;a()Iintermediary method_53064Lnet/minecraft/class_8743;method_53064()Inamed sizeLnet/minecraft/util/profiler/PerformanceLog;size()I
-
getMaxIndex
public int getMaxIndex()- Mappings:
Namespace Name Mixin selector official bLbhx;b()Iintermediary method_53067Lnet/minecraft/class_8743;method_53067()Inamed getMaxIndexLnet/minecraft/util/profiler/PerformanceLog;getMaxIndex()I
-
get
public long get(int index) - Mappings:
Namespace Name Mixin selector official aLbhx;a(I)Jintermediary method_53065Lnet/minecraft/class_8743;method_53065(I)Jnamed getLnet/minecraft/util/profiler/PerformanceLog;get(I)J
-
method_56534
public long method_56534(int int2, int int3) - Mappings:
Namespace Name Mixin selector official aLbhx;a(II)Jintermediary method_56534Lnet/minecraft/class_8743;method_56534(II)Jnamed method_56534Lnet/minecraft/util/profiler/PerformanceLog;method_56534(II)J
-
wrap
private int wrap(int index) - Mappings:
Namespace Name Mixin selector official bLbhx;b(I)Iintermediary method_53068Lnet/minecraft/class_8743;method_53068(I)Inamed wrapLnet/minecraft/util/profiler/PerformanceLog;wrap(I)I
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector official cLbhx;c()Vintermediary method_53069Lnet/minecraft/class_8743;method_53069()Vnamed resetLnet/minecraft/util/profiler/PerformanceLog;reset()V
-