Definition of the Statistics class and associated methods/variables.
More...
#include "statistics.h"
#include "scheduler.h"
#include <stdio.h>
|
|
CkReduction::reducerType | statsReductionType |
| | The type of the stats reduction used by the Charm++ runtime.
|
| |
Definition of the Statistics class and associated methods/variables.
◆ statsReduction()
| CkReductionMsg* statsReduction |
( |
int |
nMsg, |
|
|
CkReductionMsg ** |
msgs |
|
) |
| |
Reducer function used by the Charm++ runtime when doing a stats reduction.
- Parameters
-
| nMsg | the number of messages to reduce |
| msgs | an array of message pointers to the actual messages |
- Returns
- a single message that is the reduction of the passed in messages