Skip to content
  • Douglas Wilson's avatar
    rts: stats: Some fixes to stats for sequential gcs · 18d6dc07
    Douglas Wilson authored and Ben Gamari's avatar Ben Gamari committed
    Solves #19147. When n_capabilities > 1 we were not correctly accounting
    for gc time for sequential collections. In this case par_n_gcthreads ==
    1, however it is not guaranteed that the single gc thread is capability 0.
    
    A similar issue for copied is addressed as well.
    
    (cherry picked from commit f49d6fb2)
    18d6dc07