source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/src/Statistics_add.cpp @ 60

Last change on this file since 60 was 60, checked in by rosiere, 17 years ago
File size: 873 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Core/Multi_Execute_loop/Execute_loop/Register_unit/Register_unit_Glue/include/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16namespace core {
17namespace multi_execute_loop {
18namespace execute_loop {
19namespace register_unit {
20namespace register_unit_glue {
21
22
23#undef  FUNCTION
24#define FUNCTION "Register_unit_Glue::add"
25  void Statistics::add ()
26  {
27    log_printf(FUNC,Register_unit_Glue,FUNCTION,"Begin");
28    log_printf(FUNC,Register_unit_Glue,FUNCTION,"End");
29  };
30
31}; // end namespace register_unit_glue
32}; // end namespace register_unit
33}; // end namespace execute_loop
34}; // end namespace multi_execute_loop
35}; // end namespace core
36
37}; // end namespace behavioural
38}; // end namespace morpheo             
39#endif
Note: See TracBrowser for help on using the repository browser.