CPU Time of a process
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know what API I can use to determine the CPU time used by a process? This is not the same as elapsed time!
Yours Truly, The One and Only!
-
Does anyone know what API I can use to determine the CPU time used by a process? This is not the same as elapsed time!
Yours Truly, The One and Only!
Alright it seem the GetProcessTimes API does what I was looking for ;P
Yours Truly, The One and Only!
-
Does anyone know what API I can use to determine the CPU time used by a process? This is not the same as elapsed time!
Yours Truly, The One and Only!
-
Great! Thanks Ajay, I will keep this in mind for future uses.
Yours Truly, The One and Only!