andymeneely / attack-surface-metrics

Scripts for collecting metrics of the attack surface
MIT License
14 stars 4 forks source link

Add an ffmpeg toolchain for gprof, run under FATE suite #15

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

Write a script and a patch for adding a configure --toolchain=gprof that will set up the makefile properly for us. With that, we should be able to get our call graph data from the FATE suite on ffmpeg

megakevin commented 10 years ago

This is done. Although not exactly as described. Instead of adding a new "gprof" toolchain, the existing "gcov" toolchain was modified to inclide gprof instrumentation.