Skip to content

Commit

Permalink
Update gc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
li1 committed Jun 17, 2023
1 parent 371bb5c commit 831ac70
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 @@ -3315,7 +3315,7 @@ static int _jl_gc_collect(jl_ptls_t ptls, jl_gc_collection_t collection)
gc_num.sweep_time = sweep_time;
if (sweep_full) {
gc_num.last_full_sweep = gc_end_time;
}
}
else {
gc_num.last_incremental_sweep = gc_end_time;
}
Expand Down

0 comments on commit 831ac70

Please sign in to comment.