Uses of Class
net.minecraft.util.profiler.Sampler
-
Uses of Sampler in net.minecraft.client.util
Modifier and TypeMethodDescriptionClientSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) -
Uses of Sampler in net.minecraft.util.profiler
Modifier and TypeFieldDescriptionDebugRecorder.deviations
DebugRecorder.samplers
ServerSamplerSource.samplers
Modifier 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) Modifier and TypeMethodDescriptionSamplerFactory.createSamplers
(Supplier<ReadableProfiler> profilerSupplier) ServerSamplerSource.createSystemSamplers()
SamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) ServerSamplerSource.getSamplers
(Supplier<ReadableProfiler> profilerSupplier) Modifier 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
Modifier and TypeMethodDescriptionExecutorSampling.createSamplers()
SampleableExecutor.createSamplers()
TaskExecutor.createSamplers()
ThreadExecutor.createSamplers()
ExecutorSampling.mergeSimilarSamplers
(Map<String, List<Sampler>> samplers) Modifier 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
ModifierConstructorDescription(package private)
MergedSampler
(String id, List<Sampler> delegates)