|
From: <ni...@sa...> - 2004-01-07 06:51:16
|
And it's Julian=2E=2E=2E I really have a knack for making myself look foolis= h :) Appologies for sending so many emails to ask 1 little question=2E Nick ----- Original Message ----- From: nick@savs=2Enet Sent: 7/01/2004 5:49:09 PM To: valgrind-developers@lists=2Esourceforge=2Enet Subject: Re: timing information within a skin > >=20 > > This person includes time=2Eh, but I imagine that's not the proper thing= to do=2E > >=20 >=20 > http://service-spi=2Eweb=2Ecern=2Ech/service-spi/external/valgrind/1=2E9=2E= 5/rh73_gcc32/include/vg_profile=2Ec >=20 > Sorry=2E >=20 > Nick |
|
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 |