commit before trying to merge windows
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
cb09957a24
commit
0d872581a1
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
clear;
|
||||
rm ./callgrind.out.*;
|
||||
cmake --build . -j5;
|
||||
valgrind --tool=callgrind ./prog;
|
||||
kcachegrind callgrind.out.*
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
Reference in new issue