#ifdef STATISTICS /* * $Id: Comparator_statistics_allocation.cpp 112 2009-03-18 22:36:26Z rosiere $ * * [ Description ] * */ #include "Behavioural/Generic/Comparator/include/Comparator.h" namespace morpheo { namespace behavioural { namespace generic { namespace comparator { #undef FUNCTION #define FUNCTION "Comparator::statistics_allocation" void Comparator::statistics_allocation (morpheo::behavioural::Parameters_Statistics * param_statistics) { log_begin(Comparator,FUNCTION); _stat = new Stat (static_cast(_name), "Comparator", param_statistics); log_end(Comparator,FUNCTION); }; }; // end namespace comparator }; // end namespace generic }; // end namespace behavioural }; // end namespace morpheo #endif