June 2017
Intermediate to advanced
478 pages
13h 14m
English
You can profile an application just by using GDB to stop it at arbitrary intervals to see what it is doing. This is the poor man's profiler. It is easy to set up and is one way of gathering profile data.
The procedure is simple:
If you repeat steps 2 to 4 several times, you will quickly get an idea of whether it is looping or making progress, and if you repeat them often enough, you will get an idea of where ...
Read now
Unlock full access