source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Select_Priority_Fixed/src/Statistics_add.cpp @ 15

Last change on this file since 15 was 15, checked in by rosiere, 17 years ago

Interface normalisé
Début du banc de registres multi niveaux

File size: 650 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16namespace generic {
17namespace select {
18namespace select_priority_fixed {
19
20
21  void Statistics::add ()
22  {
23    log_printf(FUNC,Select_Priority_Fixed,"add","Begin");
24    log_printf(FUNC,Select_Priority_Fixed,"add","End");
25  };
26
27}; // end namespace select_priority_fixed
28}; // end namespace select
29}; // end namespace generic
30
31}; // end namespace behavioural
32}; // end namespace morpheo             
33#endif
Note: See TracBrowser for help on using the repository browser.