gem5  v20.1.0.0
Public Attributes | List of all members
FlashDevice::FlashDeviceStats Struct Reference

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
 

Detailed Description

Definition at line 93 of file flash_device.hh.

Member Data Documentation

◆ fileSystemAccess

Stats::Histogram FlashDevice::FlashDeviceStats::fileSystemAccess

Definition at line 100 of file flash_device.hh.

Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().

◆ readAccess

Stats::Histogram FlashDevice::FlashDeviceStats::readAccess

Definition at line 99 of file flash_device.hh.

Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().

◆ readLatency

Stats::Histogram FlashDevice::FlashDeviceStats::readLatency

Definition at line 104 of file flash_device.hh.

Referenced by FlashDevice::accessDevice(), and FlashDevice::regStats().

◆ totalGCActivations

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().

◆ writeAccess

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().

◆ writeLatency

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().


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:24 for gem5 by doxygen 1.8.17