/* * quick_profiler_static.cpp * * Created on: Oct 4, 2023 * Author: algin */ #include "quick_profiler_static.hpp" namespace free_rtos { MAKE_STATIC_PROFILER(Test_static, 128); MAKE_PROFILER_STATIC_ITEM(Test_static, 128, 0); }