priv_task_profiling.h

来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 40 行

H
40
字号
/*____________________________________________________________________________| 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 + =
减小字号Ctrl + -
显示快捷键?