After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 309449 - GStreamer does not work with gprof
GStreamer does not work with gprof
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.10
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-04 13:52 UTC by Akos Maroy
Modified: 2005-08-29 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akos Maroy 2005-07-04 13:52:34 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...
Comment 1 David Schleef 2005-07-04 20:58:42 UTC
gprof isn't a very interesting way to profile these days.  Any reason you're not
using, say, oprofile?
Comment 2 Ronald Bultje 2005-07-11 12:14:46 UTC
I'm using callgrind, which also works fine and gives somewhat usable data. I'd
recommend to use either of those for now.