-
Notifications
You must be signed in to change notification settings - Fork 189
Feature/latency benchmarking #2461
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
base: ros2
Are you sure you want to change the base?
Conversation
…ultiple Registrys being created? possibly cpp rule of 5
…to use for later data analysis
|
hmmmmmm |
Squid5678
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of cleanup things, otherwise looks good
src/rj_benchmarking/include/rj_benchmarking/registry_publisher.hpp
Outdated
Show resolved
Hide resolved
automated style fixes Co-authored-by: yuvrajdhadwal <[email protected]>
rishiso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some initial comments
src/rj_benchmarking/include/rj_benchmarking/registry_publisher.hpp
Outdated
Show resolved
Hide resolved
src/rj_benchmarking/include/rj_benchmarking/registry_publisher.hpp
Outdated
Show resolved
Hide resolved
…oJackets/robocup-software into feature/latency_benchmarking
automated style fixes Co-authored-by: yuvrajdhadwal <[email protected]>
Squid5678
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small nit otherwise looks good
Description
Created a pluggable RAII Timer object that starts timer at construction and ends timer at object destruction. Will show up in session csv file for future latency analysis.
Steps to Test
#include <rj_benchmarking/timer.hpp>Timer t("timer_label", robot_id);