Skip to content

Commit

Permalink
Update base/compiler/typeinfer.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Daly <NHDaly@gmail.com>
  • Loading branch information
vchuravy and NHDaly committed Jan 5, 2023
1 parent fbfa7c5 commit 5696689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/compiler/typeinfer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ _time_ns() = ccall(:jl_hrtime, UInt64, ()) # Re-implemented here because Base n
"""
Core.Compiler.Timings.clear_and_fetch_timings()
Return, then clear, the previously recorded type inference timings (`Core.Compiler._timings`).
Return, then clear, the previously recorded type inference timings.
This fetches a vector of all of the type inference timings that have _finished_ as of this call. Note
that there may be concurrent invocations of inference that are still running in another thread, but
Expand Down

0 comments on commit 5696689

Please sign in to comment.