gem5 v24.0.0.0
|
Basic Block information. More...
Public Attributes | |
uint64_t | id |
Unique ID. | |
uint64_t | insts |
Num of static insts in BB. | |
uint64_t | count |
Accumulated dynamic inst count executed by BB. | |
Basic Block information.
Definition at line 111 of file simpoint.hh.
uint64_t gem5::SimPoint::BBInfo::count |
Accumulated dynamic inst count executed by BB.
Definition at line 118 of file simpoint.hh.
Referenced by gem5::SimPoint::profile().
uint64_t gem5::SimPoint::BBInfo::id |
uint64_t gem5::SimPoint::BBInfo::insts |
Num of static insts in BB.
Definition at line 116 of file simpoint.hh.
Referenced by gem5::SimPoint::profile().