Browse Source

perf: make the example simpler

Muhammad Falak R Wani 7 years ago
parent
commit
741fcf1b58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/linux/perf.md

+ 2 - 2
pages/linux/perf.md

@@ -2,9 +2,9 @@
 
 > Framework for linux performance counter measurements.
 
-- Display basic performance counter stats for a command `gcc -c -O3 hello.c`:
+- Display basic performance counter stats for a command:
 
-`perf stat {{gcc -c -O3 hello.c}}`
+`perf stat {{gcc hello.c}}`
 
 - Display system-wide real time performance counter profile: