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

/gem5/src/mem/ruby/system/
H A DCacheRecorder.cc59 m_seq_map(seq_map), m_bytes_read(0), m_records_read(0),
145 m_records_read++;
147 DPRINTF(RubyCacheTrace, "Fetched all %d records\n", m_records_read);
H A DCacheRecorder.hh110 uint64_t m_records_read; member in class:CacheRecorder

Completed in 5 milliseconds