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
RevLine 
[10]1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
[15]9#include "Behavioural/Generic/Victim/Victim_Pseudo_LRU/include/Victim_Pseudo_LRU.h"
[10]10
11namespace morpheo                    {
12namespace behavioural {
13namespace generic {
14namespace victim {
[15]15namespace victim_pseudo_lru {
[10]16
17 
[15]18  string Victim_Pseudo_LRU::statistics (uint32_t depth)
[10]19  {
20    return _stat->print(depth);
21  };
22
[15]23}; // end namespace victim_pseudo_lru
[10]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.