Go to the source code of this file.
Classes | |
class | distr_reporter_t |
Variables | |
const size_t | REPORTER_AVG = 2 |
const size_t | REPORTER_MASTER = 0 |
These are constants for set_info. | |
const size_t | REPORTER_MAX = 4 |
const size_t | REPORTER_MIN = 1 |
const size_t | REPORTER_OUTPUT_LONG = 3 |
Long detailed output with values on all workstations. | |
const size_t | REPORTER_OUTPUT_NORMAL = 2 |
Normal output, with avg/max/min... etc, but without the list of values. | |
const size_t | REPORTER_OUTPUT_SHORT = 1 |
Short output, compatible with sequential one. | |
const size_t | REPORTER_SUM = 3 |