-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
16 lines (13 loc) · 758 Bytes
/
Copy pathREADME.txt
File metadata and controls
16 lines (13 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
gdbsearch - search code for preset measurable effects
gdbsearch generates HTML that highlights the code lines that have had
measurable effects. gdbsearch follows the lines down to libraries to
find out what exactly made the change.
gdbsearch makes measurements before and after executing each line of
code. First this is done for the main function. For each piece of code
that had an effect, gdbsearch automatically reruns the software and
makes deeper analysis recursively.
gdbsearch can measure, for instance, I/O and memory consumption of the
debugged program. However, gdbsearch can be easily modified to measure
any property in the system, such as bytes sent through a network
interface or a number of times the D-Bus daemon has been scheduled,
etc.