Changeset 118
- Timestamp:
- Nov 16, 2010, 1:41:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_cc_xcache_wrapper_v4/caba/source/include/vci_cc_xcache_wrapper_v4.h
r110 r118 228 228 229 229 uint32_t m_cpt_frz_cycles; // number of cycles where the cpu is frozen 230 uint32_t m_cpt_total_cycles; 230 uint32_t m_cpt_total_cycles; // total number of cycles 231 231 232 232 uint32_t m_cpt_read; // total number of read instructions … … 275 275 ~VciCcXCacheWrapperV4(); 276 276 277 void print_trace( );277 void print_trace(size_t mode = 0); 278 278 void print_cpi(); 279 279 void print_stats();
Note: See TracChangeset
for help on using the changeset viewer.