Searched refs:readLatency (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dflash_device.hh106 Stats::Histogram readLatency; member in struct:FlashDevice::FlashDeviceStats
161 const Tick readLatency; member in class:FlashDevice
H A Dflash_device.cc81 readLatency(p->read_lat),
203 stats.readLatency.sample(time[plane_address]);
413 time = readLatency;
418 time = writeLatency + readLatency;
423 time = eraseLatency + readLatency;
429 time = validpages * (readLatency + writeLatency);
511 stats.readLatency

Completed in 3 milliseconds