I am currently running a java program. My java program is multithreaded. My computer has a multi-core processor. Suppose my java program has 4 threads.
I would like to know which CPU core was used by which thread. I would like to know how much time was spent by a thread on a given CPU core.
Is it possible to derive such information?