From fba313ce0dde7c578cb812b6d421066772dfb4b4 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 9 Apr 2023 22:31:40 +0800 Subject: [PATCH] Update run_profile.sh --- run_profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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