#ifdef STATISTICS /* * $Id: Free_List_unit_statistics_deallocation.cpp 128 2009-06-26 08:43:23Z rosiere $ * * [ Description ] * */ #include "Behavioural/Core/Multi_OOO_Engine/OOO_Engine/Rename_unit/Register_translation_unit/Free_List_unit/include/Free_List_unit.h" namespace morpheo { namespace behavioural { namespace core { namespace multi_ooo_engine { namespace ooo_engine { namespace rename_unit { namespace register_translation_unit { namespace free_list_unit { #undef FUNCTION #define FUNCTION "Free_List_unit::statistics_deallocation" void Free_List_unit::statistics_deallocation (void) { log_printf(FUNC,Free_List_unit,FUNCTION,"Begin"); log_printf(INFO,Free_List_unit,FUNCTION,"Generate Statistics file"); delete _stat; delete [] _stat_bank_spr_nb_elt; delete [] _stat_bank_gpr_nb_elt; log_printf(FUNC,Free_List_unit,FUNCTION,"End"); }; }; // end namespace free_list_unit }; // end namespace register_translation_unit }; // end namespace rename_unit }; // end namespace ooo_engine }; // end namespace multi_ooo_engine }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo #endif