gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 104 of file simpoint.hh.

Member Data Documentation

◆ count

uint64_t SimPoint::BBInfo::count

Accumulated dynamic inst count executed by BB.

Definition at line 110 of file simpoint.hh.

Referenced by SimPoint::profile().

◆ id

uint64_t SimPoint::BBInfo::id

Unique ID.

Definition at line 106 of file simpoint.hh.

Referenced by SimPoint::profile().

◆ insts

uint64_t SimPoint::BBInfo::insts

Num of static insts in BB.

Definition at line 108 of file simpoint.hh.

Referenced by SimPoint::profile().


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

Generated on Fri Feb 28 2020 16:27:16 for gem5 by doxygen 1.8.13