-
Notifications
You must be signed in to change notification settings - Fork 1k
move timestamps to dedicated structure to be more organized #7226
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: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7226 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 81 81
Lines 15241 15241
=======================================
Hits 15055 15055
Misses 186 186 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I got it to at least compile, but I still don't get why thRead and thPush can't be put in a struct. A problem for a future pr, I suppose. |
Generated via commit 5f3fccd Download link for the artifact containing the test results: ↓ atime-results.zip
|
I'm not sure I see the point of this change |
organization and clarity. the purpose of an object like
|
are you willing to consider merge? or is this DOA? |
Could you describe how you fixed the race condition issue? It's quite off-putting to evaluate a low-value-add change that touches thread-sensitive code. |
I just reverted back to how it was before. This sort of thing is very finnicky, I understand your concern. |
This is a work-in-progress pr.
For some reason it won't compile (relating to an openmp pragma).
If anyone knows what this is about, I would love to be enlightened.