Ignore:
Timestamp:
Jun 13, 2010, 11:16:35 AM (14 years ago)
Author:
gao
Message:

Activity counter update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/vci_cc_vcache_wrapper2_v1/caba/source/include/vci_cc_vcache_wrapper2_v1.h

    r48 r50  
    482482    uint32_t m_cpt_ins_tlb_occup_cache;     // number of instruction tlb occupy data cache line
    483483    uint32_t m_cpt_data_tlb_occup_cache;    // number of data tlb occupy data cache line
    484     uint32_t m_cpt_tlb_occupy_dcache;
     484    uint32_t m_cpt_tlb_occup_dcache;
    485485   
    486486    uint32_t m_cost_ins_tlb_miss_frz;       // number of frozen cycles related to instruction tlb miss
     
    514514    uint32_t m_cpt_cc_inval_data;               // number of coherence inval data packets
    515515    uint32_t m_cpt_cc_broadcast;                // number of coherence broadcast packets
     516    uint32_t m_cpt_cc_cleanup_ins;              // number of coherence cleanup packets
     517    uint32_t m_cpt_cc_cleanup_data;             // number of coherence cleanup packets
     518
     519    uint32_t m_cpt_icleanup_transaction;        // number of instruction cleanup transactions
     520    uint32_t m_cpt_dcleanup_transaction;        // number of instructinumber of data cleanup transactions
     521    uint32_t m_cost_icleanup_transaction;       // cumulated duration for VCI instruction cleanup transactions
     522    uint32_t m_cost_dcleanup_transaction;       // cumulated duration for VCI data cleanup transactions
    516523
    517524    uint32_t m_cost_ins_tlb_inval_frz;      // number of frozen cycles related to checking ins tlb invalidate
Note: See TracChangeset for help on using the changeset viewer.