Under the mix histogram description, it says:
How is the execution weight computed? Does it depend on the number of instructions in the block?
Yes, the execution weight for a block is the static number of instructions in the block times the number of times the block executed, relative to the total number of instructions executed.