LearnYouSomeComputer / Tools-For-Programming

or: How To Use A Computer Real Good
Creative Commons Attribution Share Alike 4.0 International
20 stars 3 forks source link

Profiling: use gperftool, kcacherind, and massif-visualizer #39

Closed LinuxMercedes closed 6 years ago

LinuxMercedes commented 6 years ago

gprof no longer works on modern executables; gperftool is a decent substitute. kcachegrind and massif-visualizer provide GUI representations of profiling data which are probably easier to interpret.

Also redid all the examples to be more informative.

Rendered at http://web.mst.edu/~nmjxv3/10.pdf

Closes #23.

LinuxMercedes commented 6 years ago

@Abdiramen Edits made; how's it look?

LinuxMercedes commented 6 years ago

@Abdiramen LGTY?