aboutsummaryrefslogtreecommitdiff
path: root/mwe/profiling/readme.md
blob: 99b1ee2168173e82f86c3fe8f429c8ccdf9e5c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
# profiling test

Test how callgrind handles executables that call library functions from
libraries w/o debug symbols.

To collect run info, run

```
$ valgrind --tool=callgrind build/main
```