1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:35:23 +02:00

perf: make the example simpler

This commit is contained in:
Muhammad Falak R Wani 2017-10-21 18:35:17 +05:30
parent 84bcef29a1
commit 741fcf1b58

View file

@ -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: