diff --git a/run_profile.sh b/run_profile.sh index c7bea6c3..388c44b3 100644 --- a/run_profile.sh +++ b/run_profile.sh @@ -1,5 +1,5 @@ clang++ -pg -O2 -std=c++17 -fno-rtti -stdlib=libc++ -Wall -o pocketpy src/main.cpp -time ./pocketpy benchmarks/fib.py +time ./pocketpy benchmarks/primes.py mv benchmarks/gmon.out . gprof pocketpy gmon.out > gprof.txt rm gmon.out \ No newline at end of file