public class BenchmarkTaskResult extends Object
| Constructor and Description |
|---|
BenchmarkTaskResult(long allOperations,
long measuredOperations) |
public BenchmarkTaskResult(long allOperations,
long measuredOperations)
public void add(Result result)
public Collection<Result> getResults()
public long getAllOps()
public long getMeasuredOps()
Copyright © 2012-2015 Oracle. All Rights Reserved.