Package net.minecraft.util.profiler
Interface ReadableProfiler
- All Superinterfaces:
Profiler
- All Known Implementing Classes:
DummyProfiler,ProfilerSystem
- Mappings:
Namespace Name named net/minecraft/util/profiler/ReadableProfilerintermediary net/minecraft/class_3693official bok
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.util.profiler.Profiler
Profiler.class_10211 -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a set of pairs of profiler location and sample kind.Methods inherited from interface net.minecraft.util.profiler.Profiler
endTick, markSampleType, method_64144, method_64145, method_64152, method_64153, method_64155, pop, push, push, startTick, swap, swap, visit, visit, visit, visit
-
Method Details
-
getResult
ProfileResult getResult()- Mappings:
Namespace Name Mixin selector named getResultLnet/minecraft/util/profiler/ReadableProfiler;getResult()Lnet/minecraft/util/profiler/ProfileResult;intermediary method_16064Lnet/minecraft/class_3693;method_16064()Lnet/minecraft/class_3696;official dLbok;d()Lbol;
-
getInfo
- Mappings:
Namespace Name Mixin selector named getInfoLnet/minecraft/util/profiler/ReadableProfiler;getInfo(Ljava/lang/String;)Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;intermediary method_34696Lnet/minecraft/class_3693;method_34696(Ljava/lang/String;)Lnet/minecraft/class_3533$class_4746;official cLbok;c(Ljava/lang/String;)Lbof$a;
-
getSampleTargets
Set<Pair<String,SampleType>> getSampleTargets()Returns a set of pairs of profiler location and sample kind.- Returns:
- a set of pairs of profiler location and sample kind
- Mappings:
Namespace Name Mixin selector named getSampleTargetsLnet/minecraft/util/profiler/ReadableProfiler;getSampleTargets()Ljava/util/Set;intermediary method_37168Lnet/minecraft/class_3693;method_37168()Ljava/util/Set;official eLbok;e()Ljava/util/Set;
-