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