On Fri, 2007-07-06 at 10:55 +0300, Cristea Bogdan wrote: > I need a simple program which counts the elapsed time starting from > a given point. Could you give some suggestions?
I regularly use C/C++ programs for this. The starting point is #include<sys/resource.h> #include<sys/time.h> and the getrusage functions. If you want more details, email me or the suse-programming-e list. -- JDL -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]