The time profile breakdown is missing modules that have run.
The is likely due to using a map with the time as the key.
rtiming[t.second.count()] = t.first;
From Global.cpp in Hadrons::printTimeProfile
So modules that take the same amount of time will collide and overwrite each other