Skip to content

Commit

Permalink
Fix a small mistake in timing code. (#45714)
Browse files Browse the repository at this point in the history
Co-authored-by: Christine H. Flood <christineflood@juliacomputing.com>
  • Loading branch information
Christine Flood and Christine H. Flood authored Jun 17, 2022
1 parent 8f14b47 commit 886d2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,7 @@ static int _jl_gc_collect(jl_ptls_t ptls, jl_gc_collection_t collection)

_report_gc_finished(pause, gc_num.freed, sweep_full, recollect);

gc_final_pause_end(t0, gc_end_time);
gc_final_pause_end(gc_start_time, gc_end_time);
gc_time_sweep_pause(gc_end_time, actual_allocd, live_bytes,
estimate_freed, sweep_full);
gc_num.full_sweep += sweep_full;
Expand Down

0 comments on commit 886d2a4

Please sign in to comment.