#!/bin/sh valgrind --tool=callgrind ./zyg --target none ./test/evil.zig -s ; gprof2dot --format=callgrind --output=tmp.dot callgrind.out*;dot -T png tmp.dot -o callgrind.png;rm tmp.dot callgrind.out.* -f ; cat callgrind.png | ssh pixelhero.dev 'cat >/var/www/https/tmp/callgrind.png' ; rm callgrind.png