[vorbis-dev] New LSP code committed
lars brinkhoff
lars at nocrew.org
Mon Aug 28 04:08:26 PDT 2000
Segher Boessenkool <segher at eastsite.nl> writes:
> Or does anyone know a good cycle-level profiling tool that can
> measure cache misses (branch predictions would be nice as well?)
Cacheprof, by Julian Seward, the author of bzip2:
http://www.cacheprof.org/
"Cacheprof will run your program, simulating a cache of your choice,
and will annotate each line of source code with the number of memory
references and the number of cache misses caused by that line. It
will also print summaries per-procedure, and for the program as a
whole.
Cacheprof works on PCs running Linux, in conjunction with the GNU
toolchain. It's designed to be as non-disruptive as possible. You
don't need to modify or reinstall existing gcc/g++/g77's. Usage is
very simple: place the command cacheprof in front of all compile
commands, for example: cacheprof gcc -O -o myprog myprog.c."
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
More information about the Vorbis-dev
mailing list