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 bdi$a
intermediary net/minecraft/class_3533$class_4746
named net/minecraft/util/profiler/ProfilerSystem$LocatedInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a marker to count map indicating the times each marker has been visited in the profiler location.long
long
Returns the total time spent visiting the profiler location.long
Returns the number of times the profiler location has been visited.
-
Field Details
-
maxTime
long maxTime- Mappings:
Namespace Name Mixin selector official a
Lbdi$a;a:J
intermediary field_33874
Lnet/minecraft/class_3533$class_4746;field_33874:J
named maxTime
Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;maxTime:J
-
minTime
long minTime- Mappings:
Namespace Name Mixin selector official b
Lbdi$a;b:J
intermediary field_33875
Lnet/minecraft/class_3533$class_4746;field_33875:J
named minTime
Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;minTime:J
-
totalTime
long totalTime- Mappings:
Namespace Name Mixin selector official c
Lbdi$a;c:J
intermediary field_21820
Lnet/minecraft/class_3533$class_4746;field_21820:J
named totalTime
Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;totalTime:J
-
visits
long visits- Mappings:
Namespace Name Mixin selector official d
Lbdi$a;d:J
intermediary field_21821
Lnet/minecraft/class_3533$class_4746;field_21821:J
named visits
Lnet/minecraft/util/profiler/ProfilerSystem$LocatedInfo;visits:J
-
counts
- Mappings:
Namespace Name Mixin selector official e
Lbdi$a;e:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;
intermediary field_21822
Lnet/minecraft/class_3533$class_4746;field_21822:Lit/unimi/dsi/fastutil/objects/Object2LongOpenHashMap;
named counts
Lnet/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:
getTotalTime
in interfaceProfileLocationInfo
- Mappings:
Namespace Name Mixin selector official a
Lbdq;a()J
intermediary method_24272
Lnet/minecraft/class_4748;method_24272()J
named getTotalTime
Lnet/minecraft/util/profiler/ProfileLocationInfo;getTotalTime()J
-
getMaxTime
public long getMaxTime()- Specified by:
getMaxTime
in interfaceProfileLocationInfo
- Mappings:
Namespace Name Mixin selector official b
Lbdq;b()J
intermediary method_37169
Lnet/minecraft/class_4748;method_37169()J
named getMaxTime
Lnet/minecraft/util/profiler/ProfileLocationInfo;getMaxTime()J
-
getVisitCount
public long getVisitCount()Returns the number of times the profiler location has been visited.- Specified by:
getVisitCount
in interfaceProfileLocationInfo
- Mappings:
Namespace Name Mixin selector official c
Lbdq;c()J
intermediary method_24273
Lnet/minecraft/class_4748;method_24273()J
named getVisitCount
Lnet/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:
getCounts
in interfaceProfileLocationInfo
- Mappings:
Namespace Name Mixin selector official d
Lbdq;d()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
intermediary method_24274
Lnet/minecraft/class_4748;method_24274()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
named getCounts
Lnet/minecraft/util/profiler/ProfileLocationInfo;getCounts()Lit/unimi/dsi/fastutil/objects/Object2LongMap;
-