Changeset 663 for trunk/modules/vci_mem_cache/caba/source/include
- Timestamp:
- Mar 19, 2014, 11:29:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r605 r663 405 405 // instrumentation counters 406 406 uint32_t m_cpt_cycles; // Counter of cycles 407 uint32_t m_cpt_reset_count; // Cycle at which the counters were last reset 407 408 408 409 // Counters accessible in software (not yet but eventually) … … 449 450 uint32_t m_cpt_write_miss; // Number of MISS WRITE 450 451 uint32_t m_cpt_write_dirty; // Cumulated length for WRITE transactions 451 uint32_t m_cpt_write_broadcast;// Number of BROADCAST INVAL because write452 uint32_t m_cpt_write_broadcast;// Number of BROADCAST INVAL because of writes 452 453 453 454 uint32_t m_cpt_trt_rb; // Read blocked by a hit in trt … … 515 516 ~VciMemCache(); 516 517 518 void reset_counters(); 517 519 void print_stats(bool activity_counters, bool stats); 518 520 void print_trace( size_t detailed = 0 );
Note: See TracChangeset
for help on using the changeset viewer.