public class NetworkTestV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
double[][] |
bandwidths
Bi-directional bandwidths in Bytes/sec (for each message size, for each node)
|
double[] |
bandwidths_collective
Collective bandwidths in Bytes/sec (for each message size, for each node)
|
double[][] |
microseconds
Round-trip times in microseconds (for each message size, for each node)
|
double[] |
microseconds_collective
Collective broadcast/reduce times in microseconds (for each message size)
|
java.lang.String[] |
nodes
Nodes
|
TwoDimTableV3 |
table
NetworkTestResults
|
_exclude_fields| Constructor and Description |
|---|
NetworkTestV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double[] microseconds_collective
public double[] bandwidths_collective
public double[][] microseconds
public double[][] bandwidths
public java.lang.String[] nodes
public TwoDimTableV3 table
public java.lang.String toString()
toString in class RequestSchema