-
Notifications
You must be signed in to change notification settings - Fork 9
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
#2150: Types: Make Time
a strong type and use it across the codebase
#2151
Conversation
Pipelines resultsPR tests (gcc-12, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (gcc-9, ubuntu, mpich, zoltan, json schema test) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (clang-9, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (clang-13, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (clang-12, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (clang-11, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (clang-14, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (gcc-10, ubuntu, openmpi, no LB) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (gcc-8, ubuntu, mpich, address sanitizer) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (gcc-11, ubuntu, mpich, trace runtime, coverage) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (clang-10, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (intel icpc, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
PR tests (nvidia cuda 11.2, gcc-9, ubuntu, mpich) Build for edd172e (2023-10-06 20:51:07 UTC)
|
fd7266b
to
f3f4f0c
Compare
c7eb380
to
0a13179
Compare
13d917d
to
0a5bbad
Compare
0a5bbad
to
6ffda7b
Compare
6ffda7b
to
edd172e
Compare
I confirmed last week that this PR does not change what appears in the json output, which is good. I would like to hear @lifflander's opinion on whether the changes from |
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.
This looks good to me and ready to merge. Eventually, we can explore using chrono but for now this wrapper should improve the readability of the code.
Fixes #2150