Ignore:
Timestamp:
Sep 6, 2007, 6:30:49 PM (17 years ago)
Author:
rosiere
Message:
  • Banc de registre multi banc
  • Banc de registre générique.
File:
1 edited

Legend:

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

    r2 r53  
    1313@NAMESPACE_BEGIN
    1414
    15   Statistics::Statistics (string                                      name                       ,
    16                           morpheo::behavioural::Parameters_Statistics parameters_statistics      ,
    17                           Parameters                                  parameters
     15#undef  FUNCTION
     16#define FUNCTION "@COMPONENT::Statistics"
     17  Statistics::Statistics (string                                        name                       ,
     18                          morpheo::behavioural::Parameters_Statistics * parameters_statistics      ,
     19                          Parameters                                  * parameters
    1820                          ) :
    1921    morpheo::behavioural::Statistics(name                  ,
     
    2123    _parameters(parameters)
    2224  {
    23     log_printf(FUNC,@COMPONENT,"Statistics","Begin");
    24     log_printf(FUNC,@COMPONENT,"Statistics","End");
     25    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     26    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    2527  };
    2628 
     29#undef  FUNCTION
     30#define FUNCTION "@COMPONENT::~Statistics"
    2731  Statistics::~Statistics ()
    2832  {
    29     log_printf(FUNC,@COMPONENT,"~Statistics","Begin");
    30     log_printf(FUNC,@COMPONENT,"~Statistics","End");
     33    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
     34    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
    3135  };
    3236
Note: See TracChangeset for help on using the changeset viewer.