Skip to content

Instantly share code, notes, and snippets.

@tgfrerer
Last active December 19, 2015 09:49
Show Gist options
  • Save tgfrerer/5935828 to your computer and use it in GitHub Desktop.
Save tgfrerer/5935828 to your computer and use it in GitHub Desktop.
# how to do performance monitoring on raspberry pi

use the perf tool:

use -c 1 to test every sample

perf_3.2 record -c 1 ./yourApp

display the report

perf report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment