source: trunk/IPs/systemC/processor/Morpheo/Behavioural/New_Component/src/Statistics_add.cpp @ 53

Last change on this file since 53 was 53, checked in by rosiere, 17 years ago
  • Banc de registre multi banc
  • Banc de registre générique.
File size: 520 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/@DIRECTORY/include/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16@NAMESPACE_BEGIN
17
18#undef  FUNCTION
19#define FUNCTION "@COMPONENT::add"
20  void Statistics::add ()
21  {
22    log_printf(FUNC,@COMPONENT,FUNCTION,"Begin");
23    log_printf(FUNC,@COMPONENT,FUNCTION,"End");
24  };
25
26@NAMESPACE_END
27}; // end namespace behavioural
28}; // end namespace morpheo             
29#endif
Note: See TracBrowser for help on using the repository browser.