Hi,

Is there any tool/MFC API available in windows XP to know precisely
how much time a process spent in wait queue and how much time it spent
in the "Ready to Run" Queue. I need the two times individually
wheareas GetProcessTime gives the total wait time which is teh sum of
both.

Thanks in advance