A nice addition to objdump would be to emit the instruction timing for each instruction as part of the comment field. Something as simple as "; (x)" after each instruction, where 'x' is the cycle count. Instructions that currently generate comments would be appended after the cycle count (as far as I know, nothing post processes a obj-dump file for use of them).
--John