Package net.minecraft.util.profiler
Class ProfilerSystem
java.lang.Object
net.minecraft.util.profiler.ProfilerSystem
- All Implemented Interfaces:
 Profiler,ReadableProfiler
- Mappings:
 Namespace Name official bagintermediary net/minecraft/class_3533named net/minecraft/util/profiler/ProfilerSystem
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate @Nullable ProfilerSystem.LocatedInfoprivate final IntSupplierprivate Stringprivate final Map<String,ProfilerSystem.LocatedInfo> private static final Loggerprivate final Set<Pair<String,SampleType>> private final intprivate final longprivate booleanprivate final LongSupplierprivate final LongListprivate static final long - 
Constructor Summary
ConstructorsConstructorDescriptionProfilerSystem(LongSupplier timeGetter, IntSupplier tickGetter, boolean checkTimeout)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidendTick()private ProfilerSystem.LocatedInfoReturns a set of pairs of profiler location and sample kind.voidmarkSampleType(SampleType type) voidpop()voidvoidvoidvoidvoidvoidIncrement the visit count for a marker.voidIncrement the visit count for a marker. 
- 
Field Details
- 
TIMEOUT_NANOSECONDS
private static final long TIMEOUT_NANOSECONDS- Mappings:
 Namespace Name Mixin selector official aLbag;a:Jintermediary field_16267Lnet/minecraft/class_3533;field_16267:Jnamed TIMEOUT_NANOSECONDSLnet/minecraft/util/profiler/ProfilerSystem;TIMEOUT_NANOSECONDS:J
 - 
LOGGER
- Mappings:
 Namespace Name Mixin selector official cLbag;c:Lorg/slf4j/Logger;intermediary field_15735Lnet/minecraft/class_3533;field_15735:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/util/profiler/ProfilerSystem;LOGGER:Lorg/slf4j/Logger;
 - 
path
- Mappings:
 Namespace Name Mixin selector official dLbag;d:Ljava/util/List;intermediary field_15736Lnet/minecraft/class_3533;field_15736:Ljava/util/List;named pathLnet/minecraft/util/profiler/ProfilerSystem;path:Ljava/util/List;
 - 
timeList
- Mappings:
 Namespace Name Mixin selector official eLbag;e:Lit/unimi/dsi/fastutil/longs/LongList;intermediary field_15730Lnet/minecraft/class_3533;field_15730:Lit/unimi/dsi/fastutil/longs/LongList;named timeListLnet/minecraft/util/profiler/ProfilerSystem;timeList:Lit/unimi/dsi/fastutil/longs/LongList;
 - 
locationInfos
- Mappings:
 Namespace Name Mixin selector official fLbag;f:Ljava/util/Map;intermediary field_21818Lnet/minecraft/class_3533;field_21818:Ljava/util/Map;named locationInfosLnet/minecraft/util/profiler/ProfilerSystem;locationInfos:Ljava/util/Map;
 - 
endTickGetter
- Mappings:
 Namespace Name Mixin selector official gLbag;g:Ljava/util/function/IntSupplier;intermediary field_16266Lnet/minecraft/class_3533;field_16266:Ljava/util/function/IntSupplier;named endTickGetterLnet/minecraft/util/profiler/ProfilerSystem;endTickGetter:Ljava/util/function/IntSupplier;
 - 
timeGetter
- Mappings:
 Namespace Name Mixin selector official hLbag;h:Ljava/util/function/LongSupplier;intermediary field_21961Lnet/minecraft/class_3533;field_21961:Ljava/util/function/LongSupplier;named timeGetterLnet/minecraft/util/profiler/ProfilerSystem;timeGetter:Ljava/util/function/LongSupplier;
 - 
startTime
private final long startTime- Mappings:
 Namespace Name Mixin selector official iLbag;i:Jintermediary field_15732Lnet/minecraft/class_3533;field_15732:Jnamed startTimeLnet/minecraft/util/profiler/ProfilerSystem;startTime:J
 - 
startTick
private final int startTick- Mappings:
 Namespace Name Mixin selector official jLbag;j:Iintermediary field_15729Lnet/minecraft/class_3533;field_15729:Inamed startTickLnet/minecraft/util/profiler/ProfilerSystem;startTick:I
 - 
fullPath
- Mappings:
 Namespace Name Mixin selector official kLbag;k:Ljava/lang/String;intermediary field_15734Lnet/minecraft/class_3533;field_15734:Ljava/lang/String;named fullPathLnet/minecraft/util/profiler/ProfilerSystem;fullPath:Ljava/lang/String;
 - 
tickStarted
private boolean tickStarted- Mappings:
 Namespace Name Mixin selector official lLbag;l:Zintermediary field_15733Lnet/minecraft/class_3533;field_15733:Znamed tickStartedLnet/minecraft/util/profiler/ProfilerSystem;tickStarted:Z
 - 
currentInfo
- Mappings:
 Namespace Name Mixin selector official mLbag;m:Lbag$a;intermediary field_21819Lnet/minecraft/class_3533;field_21819:Lnet/minecraft/class_3533$class_4746;named currentInfoLnet/minecraft/util/profiler/ProfilerSystem;currentInfo:Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;
 - 
checkTimeout
private final boolean checkTimeout- Mappings:
 Namespace Name Mixin selector official nLbag;n:Zintermediary field_20345Lnet/minecraft/class_3533;field_20345:Znamed checkTimeoutLnet/minecraft/util/profiler/ProfilerSystem;checkTimeout:Z
 - 
sampleTypes
- Mappings:
 Namespace Name Mixin selector official oLbag;o:Ljava/util/Set;intermediary field_33873Lnet/minecraft/class_3533;field_33873:Ljava/util/Set;named sampleTypesLnet/minecraft/util/profiler/ProfilerSystem;sampleTypes:Ljava/util/Set;
 
 - 
 - 
Constructor Details
- 
ProfilerSystem
- Mappings:
 Namespace Name Mixin selector official <init>Lbag;<init>(Ljava/util/function/LongSupplier;Ljava/util/function/IntSupplier;Z)Vintermediary <init>Lnet/minecraft/class_3533;<init>(Ljava/util/function/LongSupplier;Ljava/util/function/IntSupplier;Z)Vnamed <init>Lnet/minecraft/util/profiler/ProfilerSystem;<init>(Ljava/util/function/LongSupplier;Ljava/util/function/IntSupplier;Z)V
 
 - 
 - 
Method Details
- 
startTick
public void startTick() - 
endTick
public void endTick() - 
push
 - 
push
- Specified by:
 pushin interfaceProfiler- Mappings:
 Namespace Name Mixin selector official aLban;a(Ljava/util/function/Supplier;)Vintermediary method_15400Lnet/minecraft/class_3695;method_15400(Ljava/util/function/Supplier;)Vnamed pushLnet/minecraft/util/profiler/Profiler;push(Ljava/util/function/Supplier;)V
 - 
markSampleType
- Specified by:
 markSampleTypein interfaceProfiler- Mappings:
 Namespace Name Mixin selector official aLban;a(Lbbr;)Vintermediary method_37167Lnet/minecraft/class_3695;method_37167(Lnet/minecraft/class_5949;)Vnamed markSampleTypeLnet/minecraft/util/profiler/Profiler;markSampleType(Lnet/minecraft/util/profiler/SampleType;)V
 - 
pop
public void pop() - 
swap
 - 
swap
- Specified by:
 swapin interfaceProfiler- Mappings:
 Namespace Name Mixin selector official bLban;b(Ljava/util/function/Supplier;)Vintermediary method_15403Lnet/minecraft/class_3695;method_15403(Ljava/util/function/Supplier;)Vnamed swapLnet/minecraft/util/profiler/Profiler;swap(Ljava/util/function/Supplier;)V
 - 
getCurrentInfo
- Mappings:
 Namespace Name Mixin selector official fLbag;f()Lbag$a;intermediary method_24246Lnet/minecraft/class_3533;method_24246()Lnet/minecraft/class_3533$class_4746;named getCurrentInfoLnet/minecraft/util/profiler/ProfilerSystem;getCurrentInfo()Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;
 - 
visit
Increment the visit count for a marker.This is useful to keep track of number of calls made to performance- wise expensive methods.
- Specified by:
 visitin interfaceProfiler- Parameters:
 marker- a unique marker- Mappings:
 Namespace Name Mixin selector official aLban;a(Ljava/lang/String;I)Vintermediary method_24270Lnet/minecraft/class_3695;method_24270(Ljava/lang/String;I)Vnamed visitLnet/minecraft/util/profiler/Profiler;visit(Ljava/lang/String;I)V
 - 
visit
Increment the visit count for a marker.This is useful to keep track of number of calls made to performance- wise expensive methods.
This method is preferred if getting the marker is costly; the supplier won't be called if the profiler is disabled.
- Specified by:
 visitin interfaceProfiler- Parameters:
 markerGetter- the getter for a unique marker- Mappings:
 Namespace Name Mixin selector official aLban;a(Ljava/util/function/Supplier;I)Vintermediary method_24271Lnet/minecraft/class_3695;method_24271(Ljava/util/function/Supplier;I)Vnamed visitLnet/minecraft/util/profiler/Profiler;visit(Ljava/util/function/Supplier;I)V
 - 
getResult
- Specified by:
 getResultin interfaceReadableProfiler- Mappings:
 Namespace Name Mixin selector official dLbal;d()Lbam;intermediary method_16064Lnet/minecraft/class_3693;method_16064()Lnet/minecraft/class_3696;named getResultLnet/minecraft/util/profiler/ReadableProfiler;getResult()Lnet/minecraft/util/profiler/ProfileResult;
 - 
getInfo
- Specified by:
 getInfoin interfaceReadableProfiler- Mappings:
 Namespace Name Mixin selector official cLbal;c(Ljava/lang/String;)Lbag$a;intermediary method_34696Lnet/minecraft/class_3693;method_34696(Ljava/lang/String;)Lnet/minecraft/class_3533$class_4746;named getInfoLnet/minecraft/util/profiler/ReadableProfiler;getInfo(Ljava/lang/String;)Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;
 - 
getSampleTargets
Returns a set of pairs of profiler location and sample kind.- Specified by:
 getSampleTargetsin interfaceReadableProfiler- Returns:
 - a set of pairs of profiler location and sample kind
 - Mappings:
 Namespace Name Mixin selector official eLbal;e()Ljava/util/Set;intermediary method_37168Lnet/minecraft/class_3693;method_37168()Ljava/util/Set;named getSampleTargetsLnet/minecraft/util/profiler/ReadableProfiler;getSampleTargets()Ljava/util/Set;
 
 -