|
From: William G. <app...@li...> - 2016-02-16 20:27:48
|
Hi I am writing a valgrind tool and I am aware that valgrind has a flag to display a timestamp. The tool must keep track of certain events and mark their start and stop time. Since I cannot use standard c library is there a known way to use "clock()" or "time()" Thanks, Will |