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

Last change on this file since 88 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 955 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id: RegisterFile_Multi_Banked_statistics_declaration.cpp 81 2008-04-15 18:40:01Z rosiere $
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.