gem5
v21.0.0.0
|
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "base/statistics.hh"
#include "base/stats/group.hh"
Go to the source code of this file.
Classes | |
class | ExecStage |
struct | ExecStage::ExecStageStats |
Enumerations | |
enum | STAT_STATUS { IdleExec, BusyExec, PostExec } |
enum | DISPATCH_STATUS { EMPTY = 0, EXREADY, SKIP } |
enum DISPATCH_STATUS |
Enumerator | |
---|---|
EMPTY | |
EXREADY | |
SKIP |
Definition at line 58 of file exec_stage.hh.
enum STAT_STATUS |
Enumerator | |
---|---|
IdleExec | |
BusyExec | |
PostExec |
Definition at line 51 of file exec_stage.hh.