Package net.minecraft.util.profiler
Interface ProfileLocationInfo
- All Known Implementing Classes:
ProfilerSystem.LocatedInfo
public interface ProfileLocationInfo
Profiling information on a specific profiler location.
- Mappings:
Namespace Name named net/minecraft/util/profiler/ProfileLocationInfointermediary net/minecraft/class_4748official bzn
-
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.objects.Object2LongMap<String> Returns a marker to count map indicating the times each marker has been visited in the profiler location.longlongReturns the total time spent visiting the profiler location.longReturns the number of times the profiler location has been visited.
-
Method Details
-
getTotalTime
long getTotalTime()Returns the total time spent visiting the profiler location.- Mappings:
Namespace Name Mixin selector named getTotalTimeLnet/minecraft/util/profiler/ProfileLocationInfo;getTotalTime()Jintermediary method_24272Lnet/minecraft/class_4748;method_24272()Jofficial aLbzn;a()J
-
getMaxTime
long getMaxTime()- Mappings:
Namespace Name Mixin selector named getMaxTimeLnet/minecraft/util/profiler/ProfileLocationInfo;getMaxTime()Jintermediary method_37169Lnet/minecraft/class_4748;method_37169()Jofficial bLbzn;b()J
-
getVisitCount
long getVisitCount()Returns the number of times the profiler location has been visited.- Mappings:
Namespace Name Mixin selector named getVisitCountLnet/minecraft/util/profiler/ProfileLocationInfo;getVisitCount()Jintermediary method_24273Lnet/minecraft/class_4748;method_24273()Jofficial cLbzn;c()J
-
getCounts
it.unimi.dsi.fastutil.objects.Object2LongMap<String> getCounts()Returns a marker to count map indicating the times each marker has been visited in the profiler location.- Mappings:
Namespace Name Mixin selector named getCountsLnet/minecraft/util/profiler/ProfileLocationInfo;getCounts()Lit/unimi/dsi/fastutil/objects/Object2LongMap;intermediary method_24274Lnet/minecraft/class_4748;method_24274()Lit/unimi/dsi/fastutil/objects/Object2LongMap;official dLbzn;d()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
-