7 lines
136 B
Bash
7 lines
136 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
LD_LIBRARY_PATH=../src/.libs/ valgrind --tool=callgrind -v ../test/.libs/ui 2>/dev/null
|
||
|
kcachegrind
|
||
|
rm -f callgrind.out.*
|
||
|
|