summaryrefslogtreecommitdiff
path: root/test/smp/regression/execution_profile_test
AgeCommit message (Collapse)Author
2026-06-22Fixed SMP execution profile total getters (#553)Frédéric Desbiens
Updated the SMP execution profile aggregate getters to copy each core's total into the matching output array element. Added a focused regression test for thread, ISR, and idle total getters. Co-authored-by: Codex <[email protected]>