public class EmptyProfiler extends java.lang.Object implements IResultableProfiler
| Modifier and Type | Field and Description |
|---|---|
static EmptyProfiler |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
private |
EmptyProfiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
endSection() |
void |
endStartSection(java.lang.String name) |
void |
endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
void |
endTick() |
void |
func_230035_c_(java.lang.String p_230035_1_) |
void |
func_230036_c_(java.util.function.Supplier<java.lang.String> p_230036_1_) |
IProfileResult |
getResults() |
void |
startSection(java.lang.String name) |
void |
startSection(java.util.function.Supplier<java.lang.String> nameSupplier) |
void |
startTick() |
public static final EmptyProfiler INSTANCE
public void startSection(java.lang.String name)
startSection in interface IProfilerpublic void startSection(java.util.function.Supplier<java.lang.String> nameSupplier)
startSection in interface IProfilerpublic void endSection()
endSection in interface IProfilerpublic void endStartSection(java.lang.String name)
endStartSection in interface IProfilerpublic void endStartSection(java.util.function.Supplier<java.lang.String> nameSupplier)
endStartSection in interface IProfilerpublic void func_230035_c_(java.lang.String p_230035_1_)
func_230035_c_ in interface IProfilerpublic void func_230036_c_(java.util.function.Supplier<java.lang.String> p_230036_1_)
func_230036_c_ in interface IProfilerpublic IProfileResult getResults()
getResults in interface IResultableProfiler