-
Notifications
You must be signed in to change notification settings - Fork 77
Add optional timestamps enabled by env CUOPT_EXTRA_TIMESTAMPS #392
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
Conversation
/ok to test b9bfccf |
/ok to test 99c5ee9 |
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.
Approved trivial CMake changes
@rg20 @chris-maes May I get your review on this PR |
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.
Approving C++
/ok to test 9de0f56 |
/ok to test 92fa733 |
/merge |
This change adds optional internal timestamps which can be enabled with env var CUOPT_EXTRA_TIMESTAMPS=True.
The timestamps are to allow benchmarking scripts to key off of the events in order to calculate problem setup and teardown time.