You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the steps generate -> flash -> measure in release mode. The output should correctly label the task names with their real names.
Actual behavior
Tasks are currently labeled with the dispatchers/interrupt names such as EXTI0 etc.
Steps to reproduce
Generate tests in release mode
Flash replay harness in release mode
Measure
Additional context
This is because the DWARF data in release mode inlines the task functions inside the interrupt handlers. So we need to check in release mode for that when measuring.
The text was updated successfully, but these errors were encountered:
Expected behavior
When running the steps generate -> flash -> measure in release mode. The output should correctly label the task names with their real names.
Actual behavior
Tasks are currently labeled with the dispatchers/interrupt names such as EXTI0 etc.
Steps to reproduce
Additional context
This is because the DWARF data in release mode inlines the task functions inside the interrupt handlers. So we need to check in release mode for that when measuring.
The text was updated successfully, but these errors were encountered: