gem5  v21.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
ExecStage Class Reference

#include <exec_stage.hh>

Classes

struct  ExecStageStats
 

Public Member Functions

 ExecStage (const ComputeUnitParams &p, ComputeUnit &cu, ScheduleToExecute &from_schedule)
 
 ~ExecStage ()
 
void init ()
 
void exec ()
 
std::string dispStatusToStr (int j)
 
void dumpDispList ()
 
const std::string & name () const
 

Protected Attributes

ExecStage::ExecStageStats stats
 

Private Member Functions

void collectStatistics (enum STAT_STATUS stage, int unitId)
 
void initStatistics ()
 

Private Attributes

ComputeUnitcomputeUnit
 
ScheduleToExecutefromSchedule
 
bool lastTimeInstExecuted
 
bool thisTimeInstExecuted
 
bool instrExecuted
 
int executionResourcesUsed
 
uint64_t idle_dur
 
const std::string _name
 

Detailed Description

Definition at line 72 of file exec_stage.hh.

Constructor & Destructor Documentation

◆ ExecStage()

ExecStage::ExecStage ( const ComputeUnitParams &  p,
ComputeUnit cu,
ScheduleToExecute from_schedule 
)

Definition at line 44 of file exec_stage.cc.

References idle_dur, ExecStage::ExecStageStats::numTransActiveIdle, and stats.

◆ ~ExecStage()

ExecStage::~ExecStage ( )
inline

Definition at line 77 of file exec_stage.hh.

Member Function Documentation

◆ collectStatistics()

void ExecStage::collectStatistics ( enum STAT_STATUS  stage,
int  unitId 
)
private

◆ dispStatusToStr()

std::string ExecStage::dispStatusToStr ( int  j)

Definition at line 110 of file exec_stage.cc.

References EMPTY, EXREADY, ArmISA::i, ArmISA::s, and SKIP.

Referenced by dumpDispList().

◆ dumpDispList()

void ExecStage::dumpDispList ( )

◆ exec()

void ExecStage::exec ( )

◆ init()

void ExecStage::init ( )

Definition at line 58 of file exec_stage.cc.

References idle_dur.

Referenced by ComputeUnit::init().

◆ initStatistics()

void ExecStage::initStatistics ( )
private

Definition at line 102 of file exec_stage.cc.

References executionResourcesUsed, instrExecuted, and thisTimeInstExecuted.

Referenced by exec().

◆ name()

const std::string& ExecStage::name ( ) const
inline

Definition at line 84 of file exec_stage.hh.

References _name.

Member Data Documentation

◆ _name

const std::string ExecStage::_name
private

Definition at line 97 of file exec_stage.hh.

Referenced by name().

◆ computeUnit

ComputeUnit& ExecStage::computeUnit
private

Definition at line 89 of file exec_stage.hh.

Referenced by dumpDispList(), and exec().

◆ executionResourcesUsed

int ExecStage::executionResourcesUsed
private

Definition at line 95 of file exec_stage.hh.

Referenced by collectStatistics(), and initStatistics().

◆ fromSchedule

ScheduleToExecute& ExecStage::fromSchedule
private

Definition at line 90 of file exec_stage.hh.

Referenced by dumpDispList(), and exec().

◆ idle_dur

uint64_t ExecStage::idle_dur
private

Definition at line 96 of file exec_stage.hh.

Referenced by collectStatistics(), ExecStage(), and init().

◆ instrExecuted

bool ExecStage::instrExecuted
private

Definition at line 94 of file exec_stage.hh.

Referenced by collectStatistics(), and initStatistics().

◆ lastTimeInstExecuted

bool ExecStage::lastTimeInstExecuted
private

Definition at line 92 of file exec_stage.hh.

Referenced by collectStatistics().

◆ stats

ExecStage::ExecStageStats ExecStage::stats
protected

Referenced by collectStatistics(), and ExecStage().

◆ thisTimeInstExecuted

bool ExecStage::thisTimeInstExecuted
private

Definition at line 93 of file exec_stage.hh.

Referenced by collectStatistics(), and initStatistics().


The documentation for this class was generated from the following files:

Generated on Tue Mar 23 2021 19:41:35 for gem5 by doxygen 1.8.17