0

I am using Perf tool for profiling. I need to compare multiple reports generated from perf record command. I couldn't find any option in perf to do so, is there a way for it or manual interpretation is the only way?

niteshnarayanlal
  • 533
  • 2
  • 4
  • 16

1 Answers1

1

You can use perf diff for this purpose: perf diff [oldfile] [newfile]

Link to man page: https://linux.die.net/man/1/perf-diff