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