gem5  v20.1.0.0
Public Attributes | List of all members
SimPoint::BBInfo Struct Reference

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...
 

Detailed Description

Basic Block information.

Definition at line 101 of file simpoint.hh.

Member Data Documentation

◆ count

uint64_t SimPoint::BBInfo::count

Accumulated dynamic inst count executed by BB.

Definition at line 107 of file simpoint.hh.

Referenced by SimPoint::profile().

◆ id

uint64_t SimPoint::BBInfo::id

Unique ID.

Definition at line 103 of file simpoint.hh.

Referenced by SimPoint::profile().

◆ insts

uint64_t SimPoint::BBInfo::insts

Num of static insts in BB.

Definition at line 105 of file simpoint.hh.

Referenced by SimPoint::profile().


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

Generated on Wed Sep 30 2020 14:02:31 for gem5 by doxygen 1.8.17