gem5 v24.0.0.0
|
#include <report.hh>
Public Member Functions | |
ReportSevInfo (sc_core::sc_actions actions) | |
void | checkLimit (sc_core::sc_actions &actions) |
Public Attributes | |
sc_core::sc_actions | actions |
int | count |
int | limit |
|
inlineexplicit |
|
inline |
Definition at line 82 of file report.hh.
References actions, count, limit, and sc_core::SC_STOP.
Referenced by sc_core::sc_report_handler::report().
sc_core::sc_actions sc_gem5::ReportSevInfo::actions |
Definition at line 88 of file report.hh.
Referenced by checkLimit(), sc_core::sc_report_handler::report(), sc_core::sc_report_handler::set_actions(), sc_core::sc_report::suppress_infos(), and sc_core::sc_report::suppress_warnings().
int sc_gem5::ReportSevInfo::count |
Definition at line 89 of file report.hh.
Referenced by checkLimit(), sc_core::sc_report_handler::get_count(), and sc_core::sc_report_handler::report().
int sc_gem5::ReportSevInfo::limit |
Definition at line 90 of file report.hh.
Referenced by checkLimit(), and sc_core::sc_report_handler::stop_after().