gem5 v24.1.0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
gem5::SimPoint::BBInfo Struct Reference

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.
 

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 Mon Jan 13 2025 04:28:58 for gem5 by doxygen 1.9.8