source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Victim/Victim_Pseudo_LRU/src/Victim_Pseudo_LRU_statistics.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: 553 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/Victim/Victim_Pseudo_LRU/include/Victim_Pseudo_LRU.h"
10
11namespace morpheo                    {
12namespace behavioural {
13namespace generic {
14namespace victim {
15namespace victim_pseudo_lru {
16
17 
18  string Victim_Pseudo_LRU::statistics (uint32_t depth)
19  {
20    return _stat->print(depth);
21  };
22
23}; // end namespace victim_pseudo_lru
24}; // end namespace victim
25}; // end namespace generic
26}; // end namespace behavioural
27}; // end namespace morpheo             
28#endif
Note: See TracBrowser for help on using the repository browser.