7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
gcc -Og -pg prog.c options.c -o prog
|
|
|
|
./prog -file shakespeare.txt
|
|
|
|
|
|
gprof prog
|