Package net.minecraft.util.profiler
Class ProfilerSystem.LocatedInfo
java.lang.Object
net.minecraft.util.profiler.ProfilerSystem.LocatedInfo
- All Implemented Interfaces:
ProfileLocationInfo
- Enclosing class:
- ProfilerSystem
- Mappings:
Namespace Name official apo$aintermediary net/minecraft/class_3533$class_4746named net/minecraft/util/profiler/ProfilerSystem$LocatedInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Object2LongOpenHashMap<String>(package private) long(package private) long(package private) long(package private) long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a marker to count map indicating the times each marker has been visited in the profiler location.longReturns the total time spent visiting the profiler location.longReturns the number of times the profiler location has been visited.long
-
Field Details
-
field_33874
long field_33874- Mappings:
Namespace Name Mixin selector official aLapo$a;a:Jintermediary field_33874Lnet/minecraft/class_3533$class_4746;field_33874:Jnamed field_33874Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;field_33874:J
-
field_33875
long field_33875- Mappings:
Namespace Name Mixin selector official bLapo$a;b:Jintermediary field_33875Lnet/minecraft/class_3533$class_4746;field_33875:Jnamed field_33875Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;field_33875:J
-
time
long time- Mappings:
Namespace Name Mixin selector official cLapo$a;c:Jintermediary field_21820Lnet/minecraft/class_3533$class_4746;field_21820:Jnamed timeLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;time:J
-
visits
long visits- Mappings:
Namespace Name Mixin selector official dLapo$a;d:Jintermediary field_21821Lnet/minecraft/class_3533$class_4746;field_21821:Jnamed visitsLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;visits:J
-
counts
- Mappings:
Namespace Name Mixin selector official eLapo$a;e:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;intermediary field_21822Lnet/minecraft/class_3533$class_4746;field_21822:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;named countsLnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;counts:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;
-
-
Constructor Details
-
LocatedInfo
public LocatedInfo()
-
-
Method Details
-
getTotalTime
public long getTotalTime()Returns the total time spent visiting the profiler location.- Specified by:
getTotalTimein interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector official aLapw;a()Jintermediary method_24272Lnet/minecraft/class_4748;method_24272()Jnamed getTotalTimeLnet/minecraft/util/profiler/ProfileLocationInfo;getTotalTime()J
-
method_37169
public long method_37169()- Specified by:
method_37169in interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector official bLapw;b()Jintermediary method_37169Lnet/minecraft/class_4748;method_37169()Jnamed method_37169Lnet/minecraft/util/profiler/ProfileLocationInfo;method_37169()J
-
getVisitCount
public long getVisitCount()Returns the number of times the profiler location has been visited.- Specified by:
getVisitCountin interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector official cLapw;c()Jintermediary method_24273Lnet/minecraft/class_4748;method_24273()Jnamed getVisitCountLnet/minecraft/util/profiler/ProfileLocationInfo;getVisitCount()J
-
getCounts
Returns a marker to count map indicating the times each marker has been visited in the profiler location.- Specified by:
getCountsin interfaceProfileLocationInfo- Mappings:
Namespace Name Mixin selector official dLapw;d()Lit/unimi/dsi/fastutil/objects/Object2LongMap;intermediary method_24274Lnet/minecraft/class_4748;method_24274()Lit/unimi/dsi/fastutil/objects/Object2LongMap;named getCountsLnet/minecraft/util/profiler/ProfileLocationInfo;getCounts()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
-