Class MetricSampler.ValueIncreasedByPercentage

java.lang.Object
net.minecraft.util.profiling.metrics.MetricSampler.ValueIncreasedByPercentage
All Implemented Interfaces:
MetricSampler.ThresholdTest
Enclosing class:
MetricSampler

public static class MetricSampler.ValueIncreasedByPercentage extends Object implements MetricSampler.ThresholdTest
  • Field Details

    • percentageIncreaseThreshold

      private final float percentageIncreaseThreshold
    • previousValue

      private double previousValue
  • Constructor Details

    • ValueIncreasedByPercentage

      public ValueIncreasedByPercentage(float p_146064_)
  • Method Details