I'm using for profiling I need to compare several reports generated by the perf record command. There is no substitute for Perf, is there a way or manual interpretation is the only way?
You can use perf diff for this purpose: perf Diff [oldfile] [newfile]
Link to man page:
No comments:
Post a Comment