start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start [2025/06/04 20:10] – dokuroot | start [2025/09/30 12:42] (current) – dokuroot | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| \\ | \\ | ||
| + | |||
| + | |||
| + | [[taskwarrior-notes|Notes on Taskwarrior]] | ||
| + | |||
| + | [[iloveclim-dep-notes|Notes on iLOVECLIM dependencies]] | ||
| ====== Admunix related things ====== | ====== Admunix related things ====== | ||
| Line 48: | Line 53: | ||
| We can use valgrind to create a callgraph as follows. After compiling the code with the -pg option run: | We can use valgrind to create a callgraph as follows. After compiling the code with the -pg option run: | ||
| < | < | ||
| - | valgrind --dsymutil=no --tool=callgrind myexec.x | + | valgrind --dsymutil=yes --tool=callgrind myexec.x |
| </ | </ | ||
| After the run, obtained '' | After the run, obtained '' | ||
| Line 58: | Line 63: | ||
| dot -Tpng out.dot -o out.png | dot -Tpng out.dot -o out.png | ||
| </ | </ | ||
| + | |||
| + | In the case you want to filter out the system calls from the graph, the solution of : [[https:// | ||
start.1749067825.txt.gz · Last modified: 2025/06/04 20:10 by dokuroot
