#ifdef STATISTICS /* * $Id: Core_Glue_statistics_allocation.cpp 88 2008-12-10 18:31:39Z rosiere $ * * [ Description ] * */ #include "Behavioural/Core/Core_Glue/include/Core_Glue.h" namespace morpheo { namespace behavioural { namespace core { namespace core_glue { #undef FUNCTION #define FUNCTION "Core_Glue::statistics_allocation" void Core_Glue::statistics_allocation (morpheo::behavioural::Parameters_Statistics * param_statistics) { log_begin(Core_Glue,FUNCTION); _stat = new Stat (static_cast(_name), "Core_Glue", param_statistics); log_end(Core_Glue,FUNCTION); }; }; // end namespace core_glue }; // end namespace core }; // end namespace behavioural }; // end namespace morpheo #endif