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