Performance Profiling --------------------- Code profiling is implemented through a few macros in ntopng, those macros can be enabled by uncommenting the line below in include/ntop_defines.h #define PROFILING In order to record the time a block of code takes to execute, you need to use the PROFILING_SECTION_ENTER and PROFILING_SECTION_EXIT macros to create sections. Example: PROFILING_SECTION_ENTER(