Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement process execution length monitoring #16

Open
gerth2 opened this issue Nov 5, 2015 · 1 comment
Open

Implement process execution length monitoring #16

gerth2 opened this issue Nov 5, 2015 · 1 comment

Comments

@gerth2
Copy link
Contributor

gerth2 commented Nov 5, 2015

Add functions to instrument the length of time a task takes. The more detailed the better, but the instrumentation code should not severely degrade overall performance.

Some instrumentation already exists in the OS: http://www.freertos.org/rtos-run-time-stats.html . See about using this info and printing it to screen. The functions may not have all been implemented properly for arduino.

@gerth2
Copy link
Contributor Author

gerth2 commented Nov 5, 2015

@gerth2 gerth2 changed the title Implement process execution length Implement process execution length monitoring Nov 11, 2015
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

No branches or pull requests

1 participant