MPIBlib: MPI Benchmark library
MPIB_result Struct Reference
[Measurement: base data structures and functions]
Public Attributes | |
| int | M |
| double | T |
| double | wtick |
| int | reps |
| double | ci |
Detailed Description
Result of measurement and its reliability. Used as an output argument of benchmark functions.
Member Data Documentation
| int MPIB_result::M |
Message size
| double MPIB_result::T |
Execution time
| double MPIB_result::wtick |
Resolution of MPI_Wtime
Number of repetitions the benchmark has actually taken
| double MPIB_result::ci |
Confidence interval,
. The MPIB_ci function estimates confidence interval, using t distribution.
The documentation for this struct was generated from the following file:
- benchmarks/mpib_measurement.h


