Skip to content
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

Merged
merged 7 commits into from
Jan 8, 2020
Merged

Conversation

jw3126
Copy link
Contributor

@jw3126 jw3126 commented Dec 19, 2019

fix #34147

@KristofferC KristofferC added the needs compat annotation Add !!! compat "Julia x.y" to the docstring label Dec 19, 2019
@ararslan ararslan added the needs tests Unit tests are required for this change label Dec 19, 2019
base/util.jl Outdated Show resolved Hide resolved
base/util.jl Outdated
0.0055765

julia> fieldnames(typeof(memallocs))
julia> fieldnames(typeof(o.gcdiff))
Copy link
Sponsor Member

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?

Copy link
Sponsor Member

@StefanKarpinski StefanKarpinski Dec 19, 2019

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 😬

@ararslan ararslan removed needs compat annotation Add !!! compat "Julia x.y" to the docstring needs tests Unit tests are required for this change labels Dec 20, 2019
@jw3126
Copy link
Contributor Author

jw3126 commented Dec 20, 2019

I think the CI fail is unrelated.

@StefanKarpinski
Copy link
Sponsor Member

Would it be sacrelidge to name these gc_time and gc_stats?

@JeffBezanson
Copy link
Sponsor Member

Yes 😛

@jw3126
Copy link
Contributor Author

jw3126 commented Dec 23, 2019

Can somebody rerun CI?

@jw3126
Copy link
Contributor Author

jw3126 commented Dec 27, 2019

Merge?

@StefanKarpinski
Copy link
Sponsor Member

Seems good but I think everyone is taking a break until the new year.

base/util.jl Outdated Show resolved Hide resolved
base/util.jl Outdated Show resolved Hide resolved
jw3126 and others added 2 commits January 3, 2020 21:19
Co-Authored-By: Jeff Bezanson <[email protected]>
Co-Authored-By: Jeff Bezanson <[email protected]>
@JeffBezanson JeffBezanson added the needs news A NEWS entry is required for this change label Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs news A NEWS entry is required for this change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return named tuple from @timed
5 participants