performGlobalStatisticOutput
void performGlobalStatisticOutput();
Availability: Component, SubComponent, ComponentExtension
Trigger the output of all enabled statistics for all Components on this (Sub)Component's rank/thread.
Parameters
- returns None
Example
performGlobalStatisticOutput();
Header
#include <sst/core/component.h> // or
#include <sst/core/subcomponent.h> // or
#include <sst/core/componentExtension.h>