source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Select/Pseudo_LRU/src/Pseudo_LRU_statistics.cpp @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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