Uses of Class
org.adoptopenjdk.jitwatch.report.Report
-
-
Uses of Report in org.adoptopenjdk.jitwatch.launch
Method parameters in org.adoptopenjdk.jitwatch.launch with type arguments of type Report Modifier and Type Method Description private java.lang.StringLaunchHeadless. getSuggestions(java.util.List<Report> suggestions) -
Uses of Report in org.adoptopenjdk.jitwatch.report
Fields in org.adoptopenjdk.jitwatch.report with type parameters of type Report Modifier and Type Field Description protected java.util.List<Report>AbstractReportBuilder. reportListMethods in org.adoptopenjdk.jitwatch.report that return types with arguments of type Report Modifier and Type Method Description java.util.List<Report>AbstractReportBuilder. getReports(java.util.Comparator<Report> comparator)Method parameters in org.adoptopenjdk.jitwatch.report with type arguments of type Report Modifier and Type Method Description java.util.List<Report>AbstractReportBuilder. getReports(java.util.Comparator<Report> comparator) -
Uses of Report in org.adoptopenjdk.jitwatch.report.comparator
Methods in org.adoptopenjdk.jitwatch.report.comparator with parameters of type Report Modifier and Type Method Description intMemberComparator. compare(Report o1, Report o2)intScoreComparator. compare(Report o1, Report o2) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.main
Fields in org.adoptopenjdk.jitwatch.ui.main with type parameters of type Report Modifier and Type Field Description private java.util.List<Report>JITWatchUI. reportListEliminatedAllocationsprivate java.util.List<Report>JITWatchUI. reportListOptimisedLocksprivate java.util.List<Report>JITWatchUI. reportListSuggestions -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report
Fields in org.adoptopenjdk.jitwatch.ui.report declared as Report Modifier and Type Field Description protected ReportAbstractReportRowBean. reportFields in org.adoptopenjdk.jitwatch.ui.report with type parameters of type Report Modifier and Type Field Description private java.util.List<Report>ReportStage. reportListMethods in org.adoptopenjdk.jitwatch.ui.report that return Report Modifier and Type Method Description ReportAbstractReportRowBean. getReport()Constructors in org.adoptopenjdk.jitwatch.ui.report with parameters of type Report Constructor Description AbstractReportRowBean(Report report)Constructor parameters in org.adoptopenjdk.jitwatch.ui.report with type arguments of type Report Constructor Description ReportStage(IStageAccessProxy proxy, java.lang.String title, ReportStageType type, java.util.List<Report> reportList) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.cell
Methods in org.adoptopenjdk.jitwatch.ui.report.cell with parameters of type Report Modifier and Type Method Description protected voidLinkedBCICell. updateItem(Report report, boolean empty)protected voidMemberTableCell. updateItem(Report report, boolean empty) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation
Constructors in org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation with parameters of type Report Constructor Description EliminatedAllocationRowBean(Report report) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.inlining
Constructors in org.adoptopenjdk.jitwatch.ui.report.inlining with parameters of type Report Constructor Description InliningRowBean(Report report) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.locks
Constructors in org.adoptopenjdk.jitwatch.ui.report.locks with parameters of type Report Constructor Description OptimisedLockRowBean(Report report) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.report.suggestion
Constructors in org.adoptopenjdk.jitwatch.ui.report.suggestion with parameters of type Report Constructor Description SuggestionRowBean(Report report) -
Uses of Report in org.adoptopenjdk.jitwatch.ui.triview.bytecode
Fields in org.adoptopenjdk.jitwatch.ui.triview.bytecode declared as Report Modifier and Type Field Description private ReportViewerBytecode. lastSuggestionMethods in org.adoptopenjdk.jitwatch.ui.triview.bytecode with parameters of type Report Modifier and Type Method Description voidViewerBytecode. highlightBytecodeForSuggestion(Report report)
-