Ignore:
Timestamp:
May 26, 2009, 9:01:47 PM (15 years ago)
Author:
rosiere
Message:

1) Context_state : Add statistics
2) Add configuration with multi front_end
3) Add optionnal pid at log filename

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Front_end/Front_end/Context_State/src/Context_State_statistics_deallocation.cpp

    r83 r120  
    88
    99#include "Behavioural/Core/Multi_Front_end/Front_end/Context_State/include/Context_State.h"
     10#include "Behavioural/include/Allocation.h"
    1011
    1112namespace morpheo {
     
    2425
    2526    log_printf(INFO,Context_State,FUNCTION,_("Generate Statistics file"));
    26    
     27
    2728    delete _stat;
     29
     30    DELETE1(_stat_nb_cycle_state_ok                     ,_param->_nb_context);
     31    DELETE1(_stat_nb_cycle_state_ko_excep               ,_param->_nb_context);
     32    DELETE1(_stat_nb_cycle_state_ko_miss_branch         ,_param->_nb_context);
     33    DELETE1(_stat_nb_cycle_state_ko_miss_load           ,_param->_nb_context);
     34    DELETE1(_stat_nb_cycle_state_ko_miss_load_and_branch,_param->_nb_context);
     35    DELETE1(_stat_nb_cycle_state_ko_msync               ,_param->_nb_context);
     36    DELETE1(_stat_nb_cycle_state_ko_psync               ,_param->_nb_context);
     37    DELETE1(_stat_nb_cycle_state_ko_csync               ,_param->_nb_context);
     38    DELETE1(_stat_nb_cycle_state_ko_spr                 ,_param->_nb_context);
    2839   
    2940    log_end(Context_State,FUNCTION);
Note: See TracChangeset for help on using the changeset viewer.