GNOME Bugzilla – Bug 309449
GStreamer does not work with gprof
Last modified: 2005-08-29 15:26:43 UTC
when compiling gstreamer and gst-plugins with -pg to enable profiling, not even the gstreamer-related tools, like gst-inspect or gst-register work. they return the following : $ gst-inspect Profiling timer expired $ gst-register Profiling timer expired this doesn't make it possible to profile gstreamer...
gprof isn't a very interesting way to profile these days. Any reason you're not using, say, oprofile?
I'm using callgrind, which also works fine and gives somewhat usable data. I'd recommend to use either of those for now.