|
From: Julian S. <js...@ac...> - 2004-01-07 08:23:18
|
> > > This person includes time.h, but I imagine that's not the proper thing > > > to do. No ... vg_profile is a hack for profiling V itself. A possibly better approach is to call VG_(read_millisecond_timer), which uses rdtsc. It isn't incredibly exact, but it should roughly allow you to time intervals of a few milliseconds. J > > > > http://service-spi.web.cern.ch/service-spi/external/valgrind/1.9.5/rh73_g > >cc32/include/vg_profile.c > > > > Sorry. > > > > Nick > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=Click > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers |