repo.or.cz
/
schroedinger
/
research-port.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[encoder] Improved motion estimation.
[schroedinger/research-port.git]
/
misc
/
encode_googleperf
blob
f9852a5563a0ef7628ae02eb3b945de9022c2512
1
#!/bin/sh
2
3
4
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
10
11
pprof
--pdf
/
usr
/
local
/
bin
/
gst-launch-0.10 prof.out
>
prof.pdf
12
13