org.apache.lucene.benchmark.byTask.tasks

Class RepSumByNameRoundTask

public class RepSumByNameRoundTask extends ReportTask

Report all statistics grouped/aggregated by name and round.
Other side effects: None.
Constructor Summary
RepSumByNameRoundTask(PerfRunData runData)
Method Summary
intdoLogic()
protected ReportreportSumByNameRound(List taskStats)
Report statistics as a string, aggregate for tasks named the same, and from the same round.

Constructor Detail

RepSumByNameRoundTask

public RepSumByNameRoundTask(PerfRunData runData)

Method Detail

doLogic

public int doLogic()

reportSumByNameRound

protected Report reportSumByNameRound(List taskStats)
Report statistics as a string, aggregate for tasks named the same, and from the same round.

Returns: the report

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.