mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
7 lines
130 B
Bash
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 |