net.minecraft.client.util

public class GpuTimestampProfiler

implements AutoCloseable

com.mojang.blaze3d.systems.TimerQuery
net.minecraft.class_1_667
net.minecraft.client.util.GpuTimestampProfiler

Field summary

Modifier and TypeField
private static final int
ROTATIONS
field_1_3405
MAX_SAVED_RESULTS
private CommandEncoder
activeEncoder
field_1_3406
commandEncoder
private final TimestampQueryPool
queryPool
field_1_3408
timestampQueryPool
private int
currentRotationIndex
field_1_3407
index
private GpuTimestampProfiler$State
status
field_1_3410
state
private final long[]
results
field_1_3409
recordedDurations

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
beginProfile()
method_1_3996()
beginProfile()
public void
endProfile()
method_1_3997()
endProfile()
public long
get()
method_1_3998()
getAverageDuration()
public void
close()
public GpuTimestampProfiler$State
getStatus()
method_1_3999()
awaitResults()