Uses of Interface
net.minecraft.util.profiler.Sampler.DeviationChecker
Packages that use Sampler.DeviationChecker
-
Uses of Sampler.DeviationChecker in net.minecraft.util.profiler
Classes in net.minecraft.util.profiler that implement Sampler.DeviationCheckerFields in net.minecraft.util.profiler declared as Sampler.DeviationCheckerModifier and TypeFieldDescriptionprivate @Nullable Sampler.DeviationChecker
Sampler.Builder.deviationChecker
(package private) final @Nullable Sampler.DeviationChecker
Sampler.deviationChecker
Methods in net.minecraft.util.profiler with parameters of type Sampler.DeviationCheckerModifier and TypeMethodDescriptionSampler.Builder.deviationChecker
(Sampler.DeviationChecker deviationChecker) Constructors in net.minecraft.util.profiler with parameters of type Sampler.DeviationCheckerModifierConstructorDescriptionprotected
Sampler
(String name, SampleType type, DoubleSupplier retriever, @Nullable Runnable startAction, @Nullable Sampler.DeviationChecker deviationChecker) -
Uses of Sampler.DeviationChecker in net.minecraft.util.thread
Methods in net.minecraft.util.thread that return Sampler.DeviationCheckerModifier and TypeMethodDescriptionprivate static Sampler.DeviationChecker
ExecutorSampling.MergedSampler.combineDeviationCheckers
(List<Sampler> delegates)