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

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

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

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