|
SST
15.1.0
StructuralSimulationToolkit
|
Outputs configuration data to a specified file path. More...
#include <timingOutput.h>
Public Types | |
| enum | Key { LOCAL_MAX_RSS, GLOBAL_MAX_RSS, LOCAL_MAX_PF, GLOBAL_PF, GLOBAL_MAX_IO_IN, GLOBAL_MAX_IO_OUT, GLOBAL_MAX_SYNC_DATA_SIZE, GLOBAL_SYNC_DATA_SIZE, MAX_MEMPOOL_SIZE, GLOBAL_MEMPOOL_SIZE, MAX_BUILD_TIME, MAX_RUN_TIME, MAX_TOTAL_TIME, SIMULATED_TIME_UA, GLOBAL_ACTIVE_ACTIVITIES, GLOBAL_CURRENT_TV_DEPTH, GLOBAL_MAX_TV_DEPTH, RANKS, THREADS } |
| Timing Parameters. | |
Public Member Functions | |
| TimingOutput (const SST::Output &output, int print_verbosity) | |
| void | setJSON (const std::string &path) |
| void | generate () |
| void | renderText () |
| void | renderJSON () |
| void | set (Key key, uint64_t v) |
| void | set (Key key, UnitAlgebra v) |
| void | set (Key key, double v) |
Data Fields | |
| const std::map< Key, const char * > | key2cstr |
Outputs configuration data to a specified file path.
| const std::map<Key, const char*> SST::Core::TimingOutput::key2cstr |