I need to profile the CPU load of a commercial Java app, of which I don't have the source.
I can see that the app is CPU bound, but how can I understand if the CPU is busy doing FP operations, integers operations, or something else?
If I could find a typical load I could use some open source benchmark tools to simulate the load on different HardWare platform, to understand which CPU offers me the best value, which is my ultimate goal.