package net.minecraft.util.profiling.jfr.callback;
@FunctionalInterface
public interface ProfiledDuration {
void finish(boolean p_376279_);
}