Skip to content

Create a GitHub PR that implements tutorial 5 (profiling tasks) #14

@elsevers

Description

@elsevers

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

  1. Run the experiment as described in step 4. Include a copy-paste of the timing stats in your PR description
  2. 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.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions