Skip to content

Commit

Permalink
Fix typo in GC stat name
Browse files Browse the repository at this point in the history
  • Loading branch information
kpamnany committed Mar 16, 2023
1 parent 3919a89 commit 4ea2d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/timing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ struct GC_Num
full_sweep ::Cint
max_pause ::Int64
max_memory ::Int64
time_to_safepoint ::Int64
max_time_to_safepointp ::Int64
time_to_safepoint ::Int64
max_time_to_safepoint ::Int64
sweep_time ::Int64
mark_time ::Int64
total_sweep_time ::Int64
Expand Down

0 comments on commit 4ea2d2f

Please sign in to comment.