public class LagSpikeProfiler
extends net.minecraft.profiler.Profiler
| Modifier and Type | Class and Description |
|---|---|
static class |
LagSpikeProfiler.Section |
| Constructor and Description |
|---|
LagSpikeProfiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endFrame() |
void |
endSection() |
java.util.List<LagSpikeProfiler.Section> |
frames() |
void |
func_194340_a(java.util.function.Supplier<java.lang.String> p_194340_1_) |
void |
startFrame() |
void |
startSection(java.lang.String name) |
public void startFrame()
public void endFrame()
public void startSection(java.lang.String name)
startSection in class net.minecraft.profiler.Profilerpublic void func_194340_a(java.util.function.Supplier<java.lang.String> p_194340_1_)
func_194340_a in class net.minecraft.profiler.Profilerpublic void endSection()
endSection in class net.minecraft.profiler.Profilerpublic java.util.List<LagSpikeProfiler.Section> frames()