gem5  v22.1.0.0
Public Attributes | List of all members
gem5::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 111 of file simpoint.hh.

Member Data Documentation

◆ count

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

◆ id

uint64_t gem5::SimPoint::BBInfo::id

Unique ID.

Definition at line 114 of file simpoint.hh.

Referenced by gem5::SimPoint::profile().

◆ insts

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


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

Generated on Wed Dec 21 2022 10:23:14 for gem5 by doxygen 1.9.1