Create test_cpp_1.sh

This commit is contained in:
blueloveTH 2022-11-19 16:12:14 +08:00
parent eed743135f
commit 367858365a

8
test_cpp_1.sh Normal file
View File

@ -0,0 +1,8 @@
g++ -o pocketpy src/main.cpp --std=c++17 -pg -O1 -pthread -Wno-literal-suffix
./pocketpy tests/1.py
gprof pocketpy gmon.out > gprof.txt
#gprof pocketpy | gprof2dot | dot -Tsvg -o output.svg
rm gmon.out