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/ProfileLocationInfo- intermediary - net/minecraft/class_4748- official - bov
- 
Method SummaryModifier and TypeMethodDescriptionReturns 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- 
getTotalTimelong getTotalTime()Returns the total time spent visiting the profiler location.- Mappings:
- Namespace - Name - Mixin selector - named - getTotalTime- Lnet/minecraft/util/profiler/ProfileLocationInfo;getTotalTime()J- intermediary - method_24272- Lnet/minecraft/class_4748;method_24272()J- official - a- Lbov;a()J
 
- 
getMaxTimelong getMaxTime()- Mappings:
- Namespace - Name - Mixin selector - named - getMaxTime- Lnet/minecraft/util/profiler/ProfileLocationInfo;getMaxTime()J- intermediary - method_37169- Lnet/minecraft/class_4748;method_37169()J- official - b- Lbov;b()J
 
- 
getVisitCountlong getVisitCount()Returns the number of times the profiler location has been visited.- Mappings:
- Namespace - Name - Mixin selector - named - getVisitCount- Lnet/minecraft/util/profiler/ProfileLocationInfo;getVisitCount()J- intermediary - method_24273- Lnet/minecraft/class_4748;method_24273()J- official - c- Lbov;c()J
 
- 
getCountsObject2LongMap<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 - getCounts- Lnet/minecraft/util/profiler/ProfileLocationInfo;getCounts()Lit/unimi/dsi/fastutil/objects/Object2LongMap;- intermediary - method_24274- Lnet/minecraft/class_4748;method_24274()Lit/unimi/dsi/fastutil/objects/Object2LongMap;- official - d- Lbov;d()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
 
 
-