Interface ProfileResult

All Known Implementing Classes:
EmptyProfileResult, ProfileResultImpl

public interface ProfileResult
  • Method Details

    • getTimings

      @Environment(CLIENT) List<ProfilerTiming> getTimings​(String parentPath)
    • save

      boolean save​(File file)
    • getStartTime

      long getStartTime()
    • getStartTick

      int getStartTick()
    • getEndTime

      long getEndTime()
    • getEndTick

      int getEndTick()
    • getTimeSpan

      default long getTimeSpan()
    • getTickSpan

      default int getTickSpan()
    • getHumanReadableName

      static String getHumanReadableName​(String path)