Skip to content

Profiling task created#6

Open
ChristyGuirguis wants to merge 6 commits intomasterfrom
Christy/freeRTOSProfiler
Open

Profiling task created#6
ChristyGuirguis wants to merge 6 commits intomasterfrom
Christy/freeRTOSProfiler

Conversation

@ChristyGuirguis
Copy link

  • call FreeRTOS APIs to collect profile measurements
  • included setup steps in readme

### 2. Add profiling commands to ```HandleDebugMessage```:
```
#if (configGENERATE_RUN_TIME_STATS == 1) // enable profiling commands if profiling enabled
else if (strcmp(msg, "top") == 0) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is top for?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"top" is the UART command to start profiling, "stoptop" is the UART command to stop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants