SST  15.1.0
StructuralSimulationToolkit
SST::Util::RegionPerfInfo Struct Reference

Public Member Functions

 RegionPerfInfo (const std::string &tag, size_t level)
 

Data Fields

double begin_time = 0.0
 
double end_time = 0.0
 
uint64_t begin_mem = 0
 
uint64_t end_mem = 0
 
size_t level = 0
 
bool last_of_level = true
 
bool has_child = false
 
std::string tag
 
std::vector< double > rollup_duration
 
int rollup_max_duration_rank = -1
 
std::vector< uint64_t > rollup_begin_mem
 
int rollup_begin_mem_max_rank = -1
 
std::vector< uint64_t > rollup_end_mem
 
int rollup_end_mem_max_rank = -1
 

The documentation for this struct was generated from the following file: