2015-05-23 13:35:12 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2015-10-14 04:06:26 +02:00
|
|
|
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
|
|
|
|