Uses of Class
org.apache.lucene.benchmark.byTask.stats.TaskStats

Packages that use TaskStats
org.apache.lucene.benchmark.byTask.stats Statistics maintained when running benchmark tasks. 
 

Uses of TaskStats in org.apache.lucene.benchmark.byTask.stats
 

Methods in org.apache.lucene.benchmark.byTask.stats that return TaskStats
 TaskStats Points.markTaskStart(PerfTask task, int round)
          Mark that a task is starting.
 

Methods in org.apache.lucene.benchmark.byTask.stats with parameters of type TaskStats
 void TaskStats.add(TaskStats stat2)
          Add data from another stat, for aggregation
 void Points.markTaskEnd(TaskStats stats, int count)
          mark the end of a task
 



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