:cool: hi Friends,.,. !!
i want to know a perfect time consumption for a given particular program..
IN MILLISECONDs
I know the way of using following method:
start=clock();
/*...
... my programming logic . . .
... */
end=clock();
difference=(end-start);
But it gives time in seconds , which is not useful for me in some programs,..
Q.1
Can anyone help me to measure time in MILISECONDS ?:idea:
Q.2
Is there any TOOL which can give me perfect time consumptions ??
Please help me friends . . have a great day !