Package net.minecraft.util.profiler
Class DummyProfiler
java.lang.Object
net.minecraft.util.profiler.DummyProfiler
- All Implemented Interfaces:
- Profiler,- ReadableProfiler
- Mappings:
- Namespace - Name - named - net/minecraft/util/profiler/DummyProfiler- intermediary - net/minecraft/class_3694- official - boq
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.util.profiler.ProfilerProfiler.UnionProfiler
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidendTick()Returns 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.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.util.profiler.ProfileraddZoneText, addZoneValue, setZoneColor, visit, visit
- 
Field Details- 
INSTANCE- Mappings:
- Namespace - Name - Mixin selector - named - INSTANCE- Lnet/minecraft/util/profiler/DummyProfiler;INSTANCE:Lnet/minecraft/util/profiler/DummyProfiler;- intermediary - field_16280- Lnet/minecraft/class_3694;field_16280:Lnet/minecraft/class_3694;- official - a- Lboq;a:Lboq;
 
 
- 
- 
Constructor Details- 
DummyProfilerprivate DummyProfiler()
 
- 
- 
Method Details- 
startTickpublic void startTick()
- 
endTickpublic void endTick()
- 
push
- 
push- Specified by:
- pushin interface- Profiler
- Mappings:
- Namespace - Name - Mixin selector - named - push- Lnet/minecraft/util/profiler/Profiler;push(Ljava/util/function/Supplier;)V- intermediary - method_15400- Lnet/minecraft/class_3695;method_15400(Ljava/util/function/Supplier;)V- official - a- Lbou;a(Ljava/util/function/Supplier;)V
 
- 
markSampleType- Specified by:
- markSampleTypein interface- Profiler
- Mappings:
- Namespace - Name - Mixin selector - named - markSampleType- Lnet/minecraft/util/profiler/Profiler;markSampleType(Lnet/minecraft/util/profiler/SampleType;)V- intermediary - method_37167- Lnet/minecraft/class_3695;method_37167(Lnet/minecraft/class_5949;)V- official - a- Lbou;a(Lbqd;)V
 
- 
poppublic void pop()
- 
swap
- 
swap- Specified by:
- swapin interface- Profiler
- Mappings:
- Namespace - Name - Mixin selector - named - swap- Lnet/minecraft/util/profiler/Profiler;swap(Ljava/util/function/Supplier;)V- intermediary - method_15403- Lnet/minecraft/class_3695;method_15403(Ljava/util/function/Supplier;)V- official - b- Lbou;b(Ljava/util/function/Supplier;)V
 
- 
scoped- Specified by:
- scopedin interface- Profiler
- Mappings:
- Namespace - Name - Mixin selector - named - scoped- Lnet/minecraft/util/profiler/Profiler;scoped(Ljava/lang/String;)Lnet/minecraft/util/profiler/ScopedProfiler;- intermediary - method_64145- Lnet/minecraft/class_3695;method_64145(Ljava/lang/String;)Lnet/minecraft/class_10214;- official - d- Lbou;d(Ljava/lang/String;)Lboz;
 
- 
scoped- Specified by:
- scopedin interface- Profiler
- Mappings:
- Namespace - Name - Mixin selector - named - scoped- Lnet/minecraft/util/profiler/Profiler;scoped(Ljava/util/function/Supplier;)Lnet/minecraft/util/profiler/ScopedProfiler;- intermediary - method_64144- Lnet/minecraft/class_3695;method_64144(Ljava/util/function/Supplier;)Lnet/minecraft/class_10214;- official - c- Lbou;c(Ljava/util/function/Supplier;)Lboz;
 
- 
visitIncrement 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 interface- Profiler
- Parameters:
- marker- a unique marker
- Mappings:
- Namespace - Name - Mixin selector - named - visit- Lnet/minecraft/util/profiler/Profiler;visit(Ljava/lang/String;I)V- intermediary - method_24270- Lnet/minecraft/class_3695;method_24270(Ljava/lang/String;I)V- official - a- Lbou;a(Ljava/lang/String;I)V
 
- 
visitIncrement 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 interface- Profiler
- Parameters:
- markerGetter- the getter for a unique marker
- Mappings:
- Namespace - Name - Mixin selector - named - visit- Lnet/minecraft/util/profiler/Profiler;visit(Ljava/util/function/Supplier;I)V- intermediary - method_24271- Lnet/minecraft/class_3695;method_24271(Ljava/util/function/Supplier;I)V- official - a- Lbou;a(Ljava/util/function/Supplier;I)V
 
- 
getResult- Specified by:
- getResultin interface- ReadableProfiler
- Mappings:
- Namespace - Name - Mixin selector - named - getResult- Lnet/minecraft/util/profiler/ReadableProfiler;getResult()Lnet/minecraft/util/profiler/ProfileResult;- intermediary - method_16064- Lnet/minecraft/class_3693;method_16064()Lnet/minecraft/class_3696;- official - d- Lbor;d()Lbos;
 
- 
getInfo- Specified by:
- getInfoin interface- ReadableProfiler
- Mappings:
- Namespace - Name - Mixin selector - named - getInfo- Lnet/minecraft/util/profiler/ReadableProfiler;getInfo(Ljava/lang/String;)Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;- intermediary - method_34696- Lnet/minecraft/class_3693;method_34696(Ljava/lang/String;)Lnet/minecraft/class_3533$class_4746;- official - c- Lbor;c(Ljava/lang/String;)Lbom$a;
 
- 
getSampleTargetsReturns a set of pairs of profiler location and sample kind.- Specified by:
- getSampleTargetsin interface- ReadableProfiler
- Returns:
- a set of pairs of profiler location and sample kind
- Mappings:
- Namespace - Name - Mixin selector - named - getSampleTargets- Lnet/minecraft/util/profiler/ReadableProfiler;getSampleTargets()Ljava/util/Set;- intermediary - method_37168- Lnet/minecraft/class_3693;method_37168()Ljava/util/Set;- official - e- Lbor;e()Ljava/util/Set;
 
 
-