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