What free low-level (statistical) profilers can I use on Linux?

Preferably from Ubuntu repositories.

+3
source share
5 answers

Others mentioned OProfile ; for full-blown statistical profiling on modern Linux installations, it really does swing.

A more venerable tool (which does not require kernel support and therefore will work on older versions of Linux or even non-Linux operating systems) GNU gprof is included in binutils (and therefore, of course, is already installed in your development environment).

gprof, -pg gcc; gmon.out, gprof .

+3

, - GDB SIGINT. , SIGINT , control-c - , , . , 10 20, . , .

, , , .

++ Linux?

+2

Sysprof - , OProfile ( GUI GUI). Ubuntu. , gprof, , gprof, .

+1
0
0

Source: https://habr.com/ru/post/1702610/


All Articles