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

Last change on this file since 3 was 2, checked in by kane, 17 years ago

Import Morpheo

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