finalcut/scripts/cpuprofile.sh

7 lines
213 B
Bash
Raw Normal View History

2015-05-23 13:35:12 +02:00
#!/bin/bash
LD_LIBRARY_PATH=../src/.libs/ LD_PRELOAD="/usr/lib64/libprofiler.so.0" CPUPROFILE=../test/.libs/ui.prof ../test/.libs/ui
pprof --gv ../test/.libs/ui ../test/.libs/ui.prof
2015-10-15 02:37:02 +02:00
rm -f ../test/.libs/ui.prof
2015-05-23 13:35:12 +02:00