diff options
Diffstat (limited to 'mwe/profiling/readme.md')
-rw-r--r-- | mwe/profiling/readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mwe/profiling/readme.md b/mwe/profiling/readme.md new file mode 100644 index 0000000..99b1ee2 --- /dev/null +++ b/mwe/profiling/readme.md @@ -0,0 +1,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 +``` + |