i want to get the time spent by any thread on win32
when i uste GeTthreadTimes(user,kernel) the minimum resolution is 1ms
how to get the delta of 1ms
if i call many time GeThreadTimes() in the delta de 1ms the function
return allways the same time !!!!!!
the QueryPerformanceCounter() use high resolution timming but is not
correct for thread time
i want thread time user & kernel in high resolution timming : 100ns
anyone know or have solution ?????
thanks