7 lines
213 B
Bash
Executable File
7 lines
213 B
Bash
Executable File
#!/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
|
|
rm -f ../test/.libs/ui.prof
|
|
|