linux - Comparing multiple perf reports -


i using perf tool profiling. need compare multiple reports generated perf record command. couldn't find option in perf so, there way or manual interpretation way?

you can use perf diff purpose: perf diff [oldfile] [newfile]

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


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -