From 741fcf1b5821d694868586051630fe2582675bb0 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Sat, 21 Oct 2017 18:35:17 +0530 Subject: [PATCH] perf: make the example simpler --- pages/linux/perf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/perf.md b/pages/linux/perf.md index 7a4ef194c9..4ea729365b 100644 --- a/pages/linux/perf.md +++ b/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: