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

GC: enable logging to stderr when GC runs #43511

Merged
merged 14 commits into from
Jan 4, 2022
Prev Previous commit
Next Next commit
add enable_gc_logging to base.md
  • Loading branch information
vilterp committed Jan 3, 2022
commit 8391d14114346d3b2b4a4856043ac6401c760457
1 change: 1 addition & 0 deletions doc/src/base/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ Base.GC.gc
Base.GC.enable
Base.GC.@preserve
Base.GC.safepoint
Base.Experimental.enable_gc_logging
Meta.lower
Meta.@lower
Meta.parse(::AbstractString, ::Int)
Expand Down