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

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

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

File size: 710 bytes
RevLine 
[10]1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
[15]9#include "Behavioural/Generic/Select/Select_Priority_Fixed/include/Select_Priority_Fixed.h"
[10]10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace select {
[15]15namespace select_priority_fixed {
[10]16
17
[15]18  string Select_Priority_Fixed::statistics (uint32_t depth)
[10]19  {
[15]20    log_printf(FUNC,Select_Priority_Fixed,"statistics","Begin");
[10]21
22    string txt = _stat->print(depth);
23   
[15]24    log_printf(FUNC,Select_Priority_Fixed,"statistics","End");
[10]25
26    return txt;
27  };
28
[15]29}; // end namespace select_priority_fixed
[10]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.