Changeset 118 for trunk/modules


Ignore:
Timestamp:
Nov 16, 2010, 1:41:31 PM (13 years ago)
Author:
alain
Message:

update print_trace() prototype

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  
    228228
    229229    uint32_t m_cpt_frz_cycles;              // number of cycles where the cpu is frozen
    230     uint32_t m_cpt_total_cycles;                // total number of cycles
     230    uint32_t m_cpt_total_cycles;            // total number of cycles
    231231
    232232    uint32_t m_cpt_read;                    // total number of read instructions
     
    275275    ~VciCcXCacheWrapperV4();
    276276
    277     void print_trace();
     277    void print_trace(size_t mode = 0);
    278278    void print_cpi();
    279279    void print_stats();
Note: See TracChangeset for help on using the changeset viewer.