gem5
v20.1.0.0
|
Public Attributes | |
Stats::Scalar | totalGCActivations |
Amount of GC activations. More... | |
Stats::Histogram | writeAccess |
Histogram of address accesses. More... | |
Stats::Histogram | readAccess |
Stats::Histogram | fileSystemAccess |
Stats::Histogram | writeLatency |
Histogram of access latencies. More... | |
Stats::Histogram | readLatency |
Definition at line 93 of file flash_device.hh.
Stats::Histogram FlashDevice::FlashDeviceStats::fileSystemAccess |
Definition at line 100 of file flash_device.hh.
Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().
Stats::Histogram FlashDevice::FlashDeviceStats::readAccess |
Definition at line 99 of file flash_device.hh.
Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().
Stats::Histogram FlashDevice::FlashDeviceStats::readLatency |
Definition at line 104 of file flash_device.hh.
Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().
Stats::Scalar FlashDevice::FlashDeviceStats::totalGCActivations |
Amount of GC activations.
Definition at line 95 of file flash_device.hh.
Referenced by FlashDevice::regStats(), and FlashDevice::remap().
Stats::Histogram FlashDevice::FlashDeviceStats::writeAccess |
Histogram of address accesses.
Definition at line 98 of file flash_device.hh.
Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().
Stats::Histogram FlashDevice::FlashDeviceStats::writeLatency |
Histogram of access latencies.
Definition at line 103 of file flash_device.hh.
Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().