net.minecraft.util

public class FrameTimer

aez
net.minecraft.util.FrameTimer
net.minecraft.class_3517
net.minecraft.util.MetricsData
net.minecraft.util.FrameTimer
net.minecraft.server.v1_16_R2.CircularTimer

Field summary

Modifier and TypeField
private final long[]
a
loggedTimes
field_15653
samples
field_181752_a
private int
b
logStart
field_15656
startIndex
field_181753_b
private int
c
logLength
field_15655
sampleCount
field_181754_c
private int
d
logEnd
field_15654
writeIndex
field_181755_d

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(long arg0)
logFrameDuration(long arg0)
method_15247(long arg0)
pushSample(long time)
func_181747_a(long arg0)
public int
b(int arg0)
wrapIndex(int arg0)
method_15251(int arg0)
wrapIndex(int index)
func_181751_b(int arg0)
public int
a(long arg0, int arg1, int arg2)
scaleSampleTo(long arg0, int arg1, int arg2)
method_15248(long arg0, int arg1, int arg2)
method_15248(long arg0, int arg1, int arg2)
func_219792_a(long arg0, int arg1, int arg2)
public int
a()
getLogStart()
method_15249()
getStartIndex()
func_181749_a()
public int
b()
getLogEnd()
method_15250()
getCurrentIndex()
func_181750_b()
public long[]
c()
getLog()
method_15246()
getSamples()
func_181746_c()