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
Complete the tutorial steps to add profiling capability to the VSI app you created in #13
2. Perform an experiment
Run the experiment as described in step 4. Include a copy-paste of the timing stats in your PR description
Modify your VSI code to increase its run time to > 50 us. Report what changes you made in your PR description and include a copy-paste of the timing stats.
Undo the changes that made your VSI app slow (so they don't get committed into your codebase).
3. Create your PR
Your PR should
Be configured to close this issue
Add the code you created to profile your VSI app
Provide a professional PR description (using markdown headings, bulleted lists, etc.) that explains what changes the PR is making to the repository to implement this issue. Keep the description reasonably brief.
Your description should document your experiment findings:
provide the copy-paste as requested, along with a description of how you made your VSI app slow
in your own words, explain the difference between loop time and run time
answer this question: what is the maximum allowable run time for a 10 kHz task?
The text was updated successfully, but these errors were encountered:
Abstract
Create a GitHub PR that completes the Profiling Tasks tutorial of profiling your VSI tutorial
Approach
1. Complete the tutorial
Complete the tutorial steps to add profiling capability to the VSI app you created in #13
2. Perform an experiment
3. Create your PR
Your PR should
The text was updated successfully, but these errors were encountered: