sitara_depot/components/free_rtos/profiler/quick_profiler_static.cpp

16 lines
242 B
C++

/*
* 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);
}