Ignore:
Timestamp:
Jul 9, 2007, 11:04:26 AM (17 years ago)
Author:
rosiere
Message:

Modif mineur : ajout d'info de débug

Release non stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Statistics_save.cpp

    r2 r43  
    1616namespace behavioural          {
    1717
     18#undef  FUNCTION
     19#define FUNCTION "Statistics::save"
    1820  template <class Counters, class Parameters_Counters>
    1921  void Statistics::save(Counters ** & counters, Parameters_Counters parameters)
    2022  {
     23    log_printf(FUNC,Behavioural,FUNCTION,"Begin");
     24
    2125    // Allocation of a new slot -> take param a first count
    2226    Counters ** counters_tmp;
     
    3438    counters = counters_tmp;
    3539    _nb_statistics ++;
     40
     41    log_printf(FUNC,Behavioural,FUNCTION,"End");
    3642  };
    37 
    3843
    3944}; // end namespace behavioural         
Note: See TracChangeset for help on using the changeset viewer.