SST/macro
|
#include <compute_event.h>
Public Attributes | |
uint64_t | mem_random = 0ULL |
uint64_t | mem_sequential = 0ULL |
uint64_t | flops = 0ULL |
uint64_t | intops = 0ULL |
Definition at line 100 of file compute_event.h.
uint64_t sstmac::sw::basic_instructions_st::flops = 0ULL |
Definition at line 104 of file compute_event.h.
uint64_t sstmac::sw::basic_instructions_st::intops = 0ULL |
Definition at line 105 of file compute_event.h.
uint64_t sstmac::sw::basic_instructions_st::mem_random = 0ULL |
Definition at line 102 of file compute_event.h.
uint64_t sstmac::sw::basic_instructions_st::mem_sequential = 0ULL |
Definition at line 103 of file compute_event.h.