Uses of Class
net.minecraft.util.profiler.Sampler
Packages that use Sampler
-
Uses of Sampler in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type SamplerMethods in net.minecraft.client.util that return types with arguments of type SamplerModifier and TypeMethodDescriptionClientSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) -
Uses of Sampler in net.minecraft.util.profiler
Fields in net.minecraft.util.profiler with type parameters of type SamplerModifier and TypeFieldDescriptionDebugRecorder.deviations
DebugRecorder.samplers
ServerSamplerSource.samplers
Methods in net.minecraft.util.profiler that return SamplerModifier and TypeMethodDescriptionSampler.Builder.build()
static Sampler
Sampler.create
(String name, SampleType type, DoubleSupplier retriever) static <T> Sampler
Sampler.create
(String name, SampleType type, T context, ToDoubleFunction<T> retriever) private static Sampler
SamplerFactory.createSampler
(Supplier<ReadableProfiler> profilerSupplier, String id, SampleType type) static Sampler
ServerSamplerSource.createTickTimeTracker
(LongSupplier nanoTimeSupplier) Methods in net.minecraft.util.profiler that return types with arguments of type SamplerModifier and TypeMethodDescriptionSamplerFactory.createSamplers
(Supplier<ReadableProfiler> profilerSupplier) ServerSamplerSource.createSystemSamplers()
SamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) ServerSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) Method parameters in net.minecraft.util.profiler with type arguments of type SamplerModifier and TypeMethodDescriptionRecordDumper.createDump
(Set<Sampler> samplers, Map<Sampler, List<Deviation>> deviations, ProfileResult result) RecordDumper.createDump
(Set<Sampler> samplers, Map<Sampler, List<Deviation>> deviations, ProfileResult result) private void
DebugRecorder.forceStop
(Collection<Sampler> samplers) private void
private void
RecordDumper.writeSamplers
(Set<Sampler> samplers, Path directory) private void
RecordDumper.writeSamplersInType
(SampleType type, List<Sampler> samplers, Path directory) -
Uses of Sampler in net.minecraft.util.thread
Subclasses of Sampler in net.minecraft.util.threadFields in net.minecraft.util.thread with type parameters of type SamplerMethods in net.minecraft.util.thread that return types with arguments of type SamplerModifier and TypeMethodDescriptionConsecutiveExecutor.createSamplers()
ExecutorSampling.createSamplers()
SampleableExecutor.createSamplers()
ThreadExecutor.createSamplers()
ExecutorSampling.mergeSimilarSamplers
(Map<String, List<Sampler>> samplers) Method parameters in net.minecraft.util.thread with type arguments of type SamplerModifier and TypeMethodDescriptionprivate static double
ExecutorSampling.MergedSampler.averageRetrievers
(List<Sampler> samplers) private static Sampler.DeviationChecker
ExecutorSampling.MergedSampler.combineDeviationCheckers
(List<Sampler> delegates) ExecutorSampling.mergeSimilarSamplers
(Map<String, List<Sampler>> samplers) private static void
Constructor parameters in net.minecraft.util.thread with type arguments of type SamplerModifierConstructorDescription(package private)
MergedSampler
(String id, List<Sampler> delegates)