-
Notifications
You must be signed in to change notification settings - Fork 26
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
add psrecord to kernel build steps #27
Comments
@flynneva how it is related to the kernel build? could you help me to understand where do you want to include it? |
@razr i was thinking of trying to include it if we end up providing an entire image, but it's ok I can just add it as a step to the other repo |
I agree we need to keep somewhere extra
|
@flynneva I propose to create a customized image including all the tools required for the RTWG benchmarking (reference system, perf test, pendulum_control) and other additional tools that could be useful but might not be required for other users. @flynneva What do you think? Edit: At first, I proposed to include some additional tools that could be useful for our use case. However, since the base image could be used to customize it for different projects it's better to keep the base image minimal and add what we need in additional layers. |
psrecord is a really useful tool to measure cpu and memory usage. right now its not included by default in the build but I'd really like it to be since I am using it over on the
autoware_reference_system
😄if there is pushback, not a big deal we can just install it later with
python3 -m pip install psrecord
The text was updated successfully, but these errors were encountered: