Uses of Class
org.apache.lucene.benchmark.byTask.stats.Report
Packages that use Report
-
Uses of Report in org.apache.lucene.benchmark.byTask.tasks
Methods in org.apache.lucene.benchmark.byTask.tasks that return ReportModifier and TypeMethodDescriptionprotected Report
ReportTask.genPartialReport
(int reported, LinkedHashMap<String, TaskStats> partOfTasks, int totalSize) protected Report
Report detailed statistics as a stringprotected Report
RepSelectByPrefTask.reportSelectByPrefix
(List<TaskStats> taskStats) protected Report
RepSumByNameTask.reportSumByName
(List<TaskStats> taskStats) Report statistics as a string, aggregate for tasks named the same.protected Report
RepSumByNameRoundTask.reportSumByNameRound
(List<TaskStats> taskStats) Report statistics as a string, aggregate for tasks named the same, and from the same round.protected Report
RepSumByPrefTask.reportSumByPrefix
(List<TaskStats> taskStats) protected Report
RepSumByPrefRoundTask.reportSumByPrefixRound
(List<TaskStats> taskStats)