source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/src/RegisterFile_Multi_Banked_statistics_declaration.cpp @ 75

Last change on this file since 75 was 75, checked in by rosiere, 16 years ago

Update all component (except front_end) to :

  • new statistics model
  • no namespace std
File size: 955 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Generic/RegisterFile/RegisterFile_Multi_Banked/include/RegisterFile_Multi_Banked.h"
10
11namespace morpheo {
12namespace behavioural {
13namespace generic {
14namespace registerfile {
15namespace registerfile_multi_banked {
16
17#undef  FUNCTION
18#define FUNCTION "RegisterFile_Multi_Banked::statistics_declaration"
19  void RegisterFile_Multi_Banked::statistics_declaration (morpheo::behavioural::Parameters_Statistics * param_statistics)
20  {
21    log_printf(FUNC,RegisterFile_Multi_Banked,FUNCTION,"Begin");
22
23    _stat = new Stat (static_cast<std::string>(_name),
24                      "RegisterFile_Multi_Banked",
25                      param_statistics);
26   
27    log_printf(FUNC,RegisterFile_Multi_Banked,FUNCTION,"End");
28  };
29
30}; // end namespace registerfile_multi_banked
31}; // end namespace registerfile
32}; // end namespace generic
33
34}; // end namespace behavioural
35}; // end namespace morpheo             
36#endif
Note: See TracBrowser for help on using the repository browser.