org.apache.lucene.benchmark.byTask.tasks

Class RepSumByNameTask

public class RepSumByNameTask extends ReportTask

Report all statistics aggregated by name.
Other side effects: None.
Constructor Summary
RepSumByNameTask(PerfRunData runData)
Method Summary
intdoLogic()
protected ReportreportSumByName(List taskStats)
Report statistics as a string, aggregate for tasks named the same.

Constructor Detail

RepSumByNameTask

public RepSumByNameTask(PerfRunData runData)

Method Detail

doLogic

public int doLogic()

reportSumByName

protected Report reportSumByName(List taskStats)
Report statistics as a string, aggregate for tasks named the same.

Returns: the report

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