Possible Duplicate:
Hardware performance counter APIs for Windows
I need some C sample code which retrieves the values of hardware performance counters.I referred PAPI API's but it doesn't support windows now.My aim to retrieve the performance counters for each process running in a windows system.
Thanks in advance