mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Update tasks.c to reset total runtime
This commit is contained in:
parent
68d985ae0b
commit
591c865cfb
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
|
@ -8732,7 +8732,7 @@ void vTaskResetState( void )
|
|||
for( xCoreID = 0; xCoreID < configNUMBER_OF_CORES; xCoreID++ )
|
||||
{
|
||||
ulTaskSwitchedInTime[ xCoreID ] = 0U;
|
||||
ulTotalRunTime[ configNUMBER_OF_CORES ] = 0U;
|
||||
ulTotalRunTime[ xCoreID ] = 0U;
|
||||
}
|
||||
}
|
||||
#endif /* #if ( configGENERATE_RUN_TIME_STATS == 1 ) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue