source: trunk/IPs/systemC/processor/Morpheo/Behavioural/src/Stat_add_stat.cpp @ 74

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

New component : Read_unit (instance between a write queue and a optionnal execute_queue)

  • Property svn:executable set to *
File size: 231 bytes
Line 
1#ifdef STATISTICS
2#include "Behavioural/include/Stat.h"
3
4namespace morpheo {
5namespace behavioural { 
6
7  void Stat::add_stat (Stat * stat)
8  {
9    stat->_generate_file = false;
10
11    _list_stat->push_back(stat);
12  }
13}; 
14};
15#endif
Note: See TracBrowser for help on using the repository browser.