gem5 v25.0.0.1
Loading...
Searching...
No Matches
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 Sat Oct 18 2025 08:06:54 for gem5 by doxygen 1.14.0