perf-diff.txt 582 B

12345678910111213141516171819202122232425262728293031
  1. perf-diff(1)
  2. ==============
  3. NAME
  4. ----
  5. perf-diff - Read two perf.data files and display the differential profile
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf diff' [oldfile] [newfile]
  10. DESCRIPTION
  11. -----------
  12. This command displays the performance difference amongst two perf.data files
  13. captured via perf record.
  14. If no parameters are passed it will assume perf.data.old and perf.data.
  15. OPTIONS
  16. -------
  17. -p::
  18. --percentage::
  19. Show percentages instead of raw counts
  20. -v::
  21. --verbose::
  22. Be verbose, for instance, show the raw counts in addition to the
  23. diff.
  24. SEE ALSO
  25. --------
  26. linkperf:perf-record[1]