From: Nicholas N. <nj...@ca...> - 2003-04-30 19:31:31
|
On 30 Apr 2003, David Brumley wrote: > > You want Rabbit: www.scl.ameslab.gov/Projects/Rabbit/. > > Thanks, i was aware of those two, but the major drawback for either is > the need to recompile the source. You don't need to recompile the source with Rabbit. You can insert calls to Rabbit's library if you want to time parts of the program, but you can just run the program 'rabbit' (which comes from rabbit.c). By default it uses sampling to get estimates of all the events your processor can measure, but if you use the --events option it only measures a small number (on the Athlon it's 4) of events exactly. N |