Skip to content

Struct simtix::mem::BankedMemory::Impl::Stat

ClassList > simtix > mem > BankedMemory > Impl > Stat

Inherits the following classes: simtix::stat::Group

Public Attributes

Type Name
stat::Integer bank_available
stat::Integer bank_conflict
stat::Formula< stat::Real > bank_utilization
stat::Integer forwarded_requests
stat::Integer total_read_requests
stat::Formula< stat::Integer > total_requests
stat::Integer total_write_requests

Public Functions

Type Name
Stat (const std::string & s)

Public Functions inherited from simtix::stat::Group

See simtix::stat::Group

Type Name
bool AddStat (const StatBase * s)
bool AddStatGroup (const std::shared_ptr< Group > & g)
Group (const std::string & name)
toml::table Tabularize () const
const std::string & name () const

Protected Attributes inherited from simtix::stat::Group

See simtix::stat::Group

Type Name
std::vector< std::shared_ptr< Group > > child_groups_
std::vector< const StatBase * > child_stats_
std::string name_
Add more operations to showcase the stats.

Public Attributes Documentation

variable bank_available

stat::Integer simtix::mem::BankedMemory::Impl::Stat::bank_available;

variable bank_conflict

stat::Integer simtix::mem::BankedMemory::Impl::Stat::bank_conflict;

variable bank_utilization

stat::Formula<stat::Real> simtix::mem::BankedMemory::Impl::Stat::bank_utilization;

variable forwarded_requests

stat::Integer simtix::mem::BankedMemory::Impl::Stat::forwarded_requests;

variable total_read_requests

stat::Integer simtix::mem::BankedMemory::Impl::Stat::total_read_requests;

variable total_requests

stat::Formula<stat::Integer> simtix::mem::BankedMemory::Impl::Stat::total_requests;

variable total_write_requests

stat::Integer simtix::mem::BankedMemory::Impl::Stat::total_write_requests;

Public Functions Documentation

function Stat

inline explicit simtix::mem::BankedMemory::Impl::Stat::Stat (
    const std::string & s
) 


The documentation for this class was generated from the following file projects/simtix/src/simtix/mem/banked_memory.h