#ifdef STATISTICS /* * $Id: Update_Prediction_Table_statistics_deallocation.cpp 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * */ #include "Behavioural/Core/Multi_Front_end/Front_end/Prediction_unit/Update_Prediction_Table/include/Update_Prediction_Table.h" namespace morpheo { namespace behavioural { namespace core { namespace multi_front_end { namespace front_end { namespace prediction_unit { namespace update_prediction_table { #undef FUNCTION #define FUNCTION "Update_Prediction_Table::statistics_deallocation" void Update_Prediction_Table::statistics_deallocation (void) { log_printf(FUNC,Update_Prediction_Table,FUNCTION,"Begin"); log_printf(INFO,Update_Prediction_Table,FUNCTION,"Generate Statistics file"); delete _stat; // delete [] _stat_nb_branch_hit ; // delete [] _stat_nb_branch_miss ; // delete [] _stat_nb_branch_unused ; // delete [] _stat_queue_nb_cycle_empty; // delete [] _stat_queue_nb_cycle_full ; // delete [] _stat_queue_nb_elt ; log_printf(FUNC,Update_Prediction_Table,FUNCTION,"End"); }; }; // end namespace update_prediction_table }; // end namespace prediction_unit }; // end namespace front_end }; // end namespace multi_front_end }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo #endif