Quantcast Measuring User Time and System Time Text - Physics Forums Library

PDA

View Full Version : Measuring User Time and System Time


FrostScYthe
Jul16-08, 09:19 AM
Hi guys,

I was wondering if anyone has a simple program (they can post) that can measure the User time and System time used by a program, or what library will be useful to creating this program or function?

Thanks,

Ed.

FrostScYthe
Jul16-08, 11:05 AM
Looks like I found the solution to my problem in this code.
http://www.cs.umb.edu/~laur/C++/Timer/

Just in case anyone ever needs something like this too.