Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
whitespace cleanups

Co-authored-by: Valentin Churavy <vchuravy@users.noreply.github.com>
  • Loading branch information
2 people authored and vilterp committed Jan 4, 2023
1 parent 4e50c6d commit 8a6c166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/compiler/typeinfer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,10 @@ const _timings = Timing[]
function ROOT() end
const ROOTmi = Core.Compiler.specialize_method(
first(Core.Compiler.methods(ROOT)), Tuple{typeof(ROOT)}, Core.svec())

"""
Core.Compiler.reset_timings()
Empty out the previously recorded type inference timings (`Core.Compiler._timings`), and
start the ROOT() timer again. `ROOT()` measures all time spent _outside_ inference.
Expand Down

0 comments on commit 8a6c166

Please sign in to comment.