[encoder] Improved motion estimation.
[schroedinger/research-port.git] / misc / encode_googleperf
blobf9852a5563a0ef7628ae02eb3b945de9022c2512
1 #!/bin/sh
5 CPUPROFILE=prof.out \
6 LD_PRELOAD=/usr/lib/libprofiler.so \
7 /usr/local/bin/gst-launch-0.10 \
8 videotestsrc num-buffers=100 ! \
9 schroenc $schroopts ! fakesink
11 pprof --pdf /usr/local/bin/gst-launch-0.10 prof.out >prof.pdf