sitara_depot/components/free_rtos/profiler/quick_profiler_static.hpp

21 lines
401 B
C++
Raw Permalink Normal View History

/*
* quick_profiler_static.hpp
*
* Created on: Oct 4, 2023
* Author: algin
*/
#ifndef FREE_RTOS_PROFILER_QUICK_PROFILER_STATIC_HPP_
#define FREE_RTOS_PROFILER_QUICK_PROFILER_STATIC_HPP_
#include "quick_profiler.hpp"
namespace free_rtos {
EXTERN_PROFILER(Test_static, 128);
EXTERN_PROFILER_STATIC_ITEM(Test_static, 128, 0);
}
#endif /* FREE_RTOS_PROFILER_QUICK_PROFILER_STATIC_HPP_ */