pocketpy/test_cpp.sh
2022-11-20 03:26:45 +08:00

7 lines
130 B
Bash

g++ -o pocketpy src/main.cpp --std=c++17 -pg -O1 -pthread
./pocketpy tests/1.py
gprof pocketpy gmon.out > gprof.txt
rm gmon.out