Interface JfrReport

All Known Implementing Classes:
JfrJsonReport, JfrTextReport

public interface JfrReport
Mappings:
Namespace Name
official aqr
intermediary net/minecraft/class_6433
named net/minecraft/util/profiling/jfr/JfrReport
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toString

      String toString(JfrProfile profile) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Laqr;a(Laqo;)Ljava/lang/String;
      intermediary method_37529 Lnet/minecraft/class_6433;method_37529(Lnet/minecraft/class_6429;)Ljava/lang/String;
      named toString Lnet/minecraft/util/profiling/jfr/JfrReport;toString(Lnet/minecraft/util/profiling/jfr/JfrProfile;)Ljava/lang/String;