📄 priv_task_profiling.h
字号:
/*____________________________________________________________________________| FILE: priv_task_profiling.h| PROJECT: OS20_ACCORDO+| SW-COMPONENT: |_____________________________________________________________________________| DESCRIPTION: Private Header file for private task profiling OS handling|_____________________________________________________________________________| COPYRIGHT: (c) 2005 STMicroelectronics, Arzano (ITALY)| HISTORY:| Date | Modification | Author|_____________________________________________________________________________| $Date: 2006/04/26 17:59:51 $ | Initial revision | $Author: kutik $|____________________________________________________________________________*/#if (OS20_PROFILING == 1)/***********************************************************************************/ /* Static functions *//***********************************************************************************//* Update profiling values for tasks *///MDM: (point r:) static void krnl_add_ticks (int);static void krnl_add_ticks (STAT_PROF_t*);#if 0/* Update profiling values for interrupts *///MDM: (point r:) static void krnl_add_int_ticks (int);static void krnl_add_int_ticks (STAT_PROF_t*);#endif /* Clear all values of profiling structures */static void Reset_profiling (void);#if 0/* Write on UART profiling values */static void Show_results (void);#endif#endif //#endif (OS20_PROFILING)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -