Распечатка 8.11 Вывод OProfile с ассоциированными исходными файлами |
Предыдущая Содержание Следующая |
Распечатка 8.11.
# opannotate --source --output-dir=/usr/local/bin/ann ./ffplay_g # vim /usr/local/bin/ann/data/ffmpeg/libavcodec/mpegaudiodec.c :static void synth_filter(MPADecodeContext *s1, : int ch, int16_t *samples, int incr, : int32_t sb_samples[SBLIMIT]) 179 0.0407 :{ /* synth_filter total: 126484 28.7945 */ ... 75 0.0171 : offset = s1->synth_buf_offset[ch]; 89 0.0203 : synth_buf = s1->synth_buf[ch] + offset; ... 1097 0.2497 : p = synth_buf + 16 + j; 38956 8.8685 : SUM8P2(sum, +=, sum2, -=, w, w2, p); 1677 0.3818 : p = synth_buf + 48 - j; 41582 9.4663 : SUM8P2(sum, -=, sum2, -=, w + 32, w2 + 32, p); ...
# vim /usr/local/bin/ann/data/ffmpeg/libavcodec/mpeg12.c :static int mpeg_decode_mb(MpegEncContext *s, : DCTELEM block[12][64]) 296 0.0674 :{ /* mpeg_decode_mb total: 72484 16.5012 */ : int i, j, k, cbp, val, mb_type, motion_type; 155 0.0353 : const int mb_block_count = 4 + (1<< s- >chroma_format) ... 257 0.0585 : if (s->mb_skip_run-- != 0) { 74 0.0168 : if(s->pict_type == I_TYPE){ ... : /* skip mb */ 2 4.6e-04 : s->mb_intra = 0; 114 0.0260 : for(i=0;i<12;i++) 54 0.0123 : s->block_last_index[i] = -1; 51 0.0116 : if(s->picture_structure == PICT_FRAME) ...
|
Предыдущая Содержание Следующая |