Tuesday, July 28, 2009

What is the equivalent of tms_stime and tms_utime in Visual C++?

I want to convert some code written in C for Linux in Windows environment but could not find the equivalent function that measures CPU time consumed in program execution and operating system functions. Also could not get much help on _ftime.

What is the equivalent of tms_stime and tms_utime in Visual C++?
You need to query the performance metrics using the win32 API





on msdn-


http://msdn.microsoft.com/en-us/library/...





an example-


http://www.codeproject.com/kb/system/cpu...

cvs

No comments:

Post a Comment