Changeset 644 for branches/RWT/modules/vci_mem_cache/caba/source/include
- Timestamp:
- Feb 27, 2014, 12:09:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/modules/vci_mem_cache/caba/source/include/vci_mem_cache.h
r611 r644 427 427 428 428 // Counters accessible in software (not yet but eventually) 429 uint32_t m_cpt_reset_count; // Last cycle at which counters have been reset 429 430 uint32_t m_cpt_read_local; // Number of local READ transactions 430 uint32_t m_cpt_read_remote; // number of remote READ transactions431 uint32_t m_cpt_read_cost; // Number of (flits * distance) for READs431 uint32_t m_cpt_read_remote; // number of remote READ transactions 432 uint32_t m_cpt_read_cost; // Number of (flits * distance) for READs 432 433 433 434 uint32_t m_cpt_write_local; // Number of local WRITE transactions 434 uint32_t m_cpt_write_remote; // number of remote WRITE transactions435 uint32_t m_cpt_write_remote; // number of remote WRITE transactions 435 436 uint32_t m_cpt_write_flits_local; // number of flits for local WRITEs 436 437 uint32_t m_cpt_write_flits_remote; // number of flits for remote WRITEs 437 uint32_t m_cpt_write_cost; // Number of (flits * distance) for WRITEs438 uint32_t m_cpt_write_cost; // Number of (flits * distance) for WRITEs 438 439 439 440 uint32_t m_cpt_ll_local; // Number of local LL transactions … … 633 634 ~VciMemCache(); 634 635 636 void reset_counters(); 635 637 void print_stats(bool activity_counters, bool stats); 636 638 void print_trace( size_t detailled = 0 );
Note: See TracChangeset
for help on using the changeset viewer.