I'm not sure if I'm looking at this wrong, but it seems to me that Sampling statistics is miscounting the total function time somehow. I've got adw_init() that takes up ~60 ms and calls subdivide_infos() (and the rest of the time the program is idling), but in sampling statistics it tallies up as 1.33 s.
Trace: https://bxt.rs/files/temp/init-fns.tracy

I'm not sure if I'm looking at this wrong, but it seems to me that Sampling statistics is miscounting the total function time somehow. I've got
adw_init()that takes up ~60 ms and callssubdivide_infos()(and the rest of the time the program is idling), but in sampling statistics it tallies up as 1.33 s.Trace: https://bxt.rs/files/temp/init-fns.tracy