Files
csapp2025/profile/Readme.txt
2025-04-12 10:18:45 +08:00

7 lines
80 B
Plaintext

gcc -Og -pg prog.c options.c -o prog
./prog -file shakespeare.txt
gprof prog