Hi, i have written a time-critical program in c++, and now i want to measure
how much time is taken by the cpu to run that program. I use visual c++ on win95/NT. i tried with the profiler available in vc++6, but it only gives the elapsed time. i want how much time cpu spent processing the program, (some things like "time" command in unix).

does anybody know of any program like "time on unix", on win95/NT.



Santosh Cheler