1974 shaares
6 private links
6 private links
perf is performance tool like gprof but it's more user friendly :)
Use it like this:
perf record -p $(pidof program)
(time passes, press Ctrl-C)
perf report -i perf.data
perf is performance tool like gprof but it's more user friendly :)
Use it like this:
perf record -p $(pidof program)
(time passes, press Ctrl-C)
perf report -i perf.data