-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
make @timed return NamedTuple (# 34147) #34149
Conversation
base/util.jl
Outdated
0.0055765 | ||
|
||
julia> fieldnames(typeof(memallocs)) | ||
julia> fieldnames(typeof(o.gcdiff)) |
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.
How about gcstats
as the name of this field?
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.
Right, the thing about using a named tuple is that now the names are significant, so we need to think about them 😬
I think the CI fail is unrelated. |
Would it be sacrelidge to name these |
Yes 😛 |
Can somebody rerun CI? |
Merge? |
Seems good but I think everyone is taking a break until the new year. |
Co-Authored-By: Jeff Bezanson <[email protected]>
Co-Authored-By: Jeff Bezanson <[email protected]>
fix #34147