source: trunk/IPs/systemC/processor/Morpheo/Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/src/Statistics_add.cpp @ 5

Last change on this file since 5 was 5, checked in by rosiere, 17 years ago

Ajout du composant Meta_Predictor

File size: 645 bytes
Line 
1#ifdef STATISTICS
2/*
3 * $Id$
4 *
5 * [ Description ]
6 *
7 */
8
9#include "Behavioural/Stage_1_Ifetch/Predictor/Meta_Predictor/include/Statistics.h"
10
11#include <sstream>
12using namespace std;
13
14namespace morpheo                    {
15namespace behavioural {
16namespace stage_1_ifetch {
17namespace predictor {
18namespace meta_predictor {
19
20
21  void Statistics::add ()
22  {
23    log_printf(FUNC,Meta_Predictor,"add","Begin");
24    log_printf(FUNC,Meta_Predictor,"add","End");
25  };
26
27}; // end namespace meta_predictor
28}; // end namespace predictor
29}; // end namespace stage_1_ifetch
30
31}; // end namespace behavioural
32}; // end namespace morpheo             
33#endif
Note: See TracBrowser for help on using the repository browser.