Skip to content

Separate leaves initialization profiling region into two regions

Created by: aprokop

When profiling things, sometimes one has to do arithmetic to figure out whether it is the Morton codes sorting that slows down, or leaf initialization. Might as well separate them.

Merge request reports