The blocking profile doesn't profile select statements. If you have a program that does
a lot of blocking inside selects, the profile will be near empty.
Optimally, the profile would be written for the location of the case eventually taken,
but that might be difficult to do since select overwrites the caller pc.