changeset 11968:58c2da0a371b libavcodec

Remove --enable-gprof flag gprof is far too intrusive to be of use as a profile for ffmpeg, and it fails to build in many configurations. Oprofile is a better tool for profiling on Linux.
author mru
date Sat, 26 Jun 2010 22:23:29 +0000
parents 4b2300246240
children 3cd4cd0509cd
files alpha/dsputil_alpha_asm.S alpha/motion_est_mvi_asm.S
diffstat 2 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/alpha/dsputil_alpha_asm.S	Sat Jun 26 20:28:44 2010 +0000
+++ b/alpha/dsputil_alpha_asm.S	Sat Jun 26 22:23:29 2010 +0000
@@ -53,11 +53,6 @@
         .frame sp, 0, ra
         .prologue 0
 
-#if CONFIG_GPROF
-        lda     AT, _mcount
-        jsr     AT, (AT), _mcount
-#endif
-
         and     a1, 7, t0
         beq     t0, $aligned
 
@@ -150,11 +145,6 @@
         .frame sp, 0, ra
         .prologue 0
 
-#if CONFIG_GPROF
-        lda     AT, _mcount
-        jsr     AT, (AT), _mcount
-#endif
-
         lda     t8, -1
         lda     t9, 8           # loop counter
         zap     t8, 0xaa, t8    # 00ff00ff00ff00ff
@@ -205,11 +195,6 @@
         .frame sp, 0, ra
         .prologue 0
 
-#if CONFIG_GPROF
-        lda     AT, _mcount
-        jsr     AT, (AT), _mcount
-#endif
-
         lda     t1, -1
         lda     th, 8
         zap     t1, 0x33, tg
--- a/alpha/motion_est_mvi_asm.S	Sat Jun 26 20:28:44 2010 +0000
+++ b/alpha/motion_est_mvi_asm.S	Sat Jun 26 22:23:29 2010 +0000
@@ -55,11 +55,6 @@
         .frame sp, 0, ra, 0
         .prologue 0
 
-#if CONFIG_GPROF
-        lda     AT, _mcount
-        jsr     AT, (AT), _mcount
-#endif
-
         and     a2, 7, t0
         clr     v0
         beq     t0, $aligned