generated from Severson-Group/research-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- 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?
Metadata
Metadata
Assignees
Labels
No labels