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/include/Context_State.h

    r119 r120  
    5252#ifdef STATISTICS
    5353  public    : Stat                           * _stat;
     54  private   : counter_t                     ** _stat_nb_cycle_state_ok                     ; //[nb_context]
     55  private   : counter_t                     ** _stat_nb_cycle_state_ko_excep               ; //[nb_context]
     56  private   : counter_t                     ** _stat_nb_cycle_state_ko_miss_branch         ; //[nb_context]
     57  private   : counter_t                     ** _stat_nb_cycle_state_ko_miss_load           ; //[nb_context]
     58  private   : counter_t                     ** _stat_nb_cycle_state_ko_miss_load_and_branch; //[nb_context]
     59  private   : counter_t                     ** _stat_nb_cycle_state_ko_msync               ; //[nb_context]
     60  private   : counter_t                     ** _stat_nb_cycle_state_ko_psync               ; //[nb_context]
     61  private   : counter_t                     ** _stat_nb_cycle_state_ko_csync               ; //[nb_context]
     62  private   : counter_t                     ** _stat_nb_cycle_state_ko_spr                 ; //[nb_context]
    5463#endif
    5564
Note: See TracChangeset for help on using the changeset viewer.