diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-01-23 00:42:53 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-01-23 00:42:53 +0100 |
commit | 2cee0b6c1225d96cfd46274071a6f158c411cae7 (patch) | |
tree | a52b514ef7cbff80b3caa9f2879e85fb911ee9cc /src/trace_profile/README.md | |
parent | 42c4782598dae5728539b24f83ebafc3e33b7448 (diff) | |
download | notes-2cee0b6c1225d96cfd46274071a6f158c411cae7.tar.gz notes-2cee0b6c1225d96cfd46274071a6f158c411cae7.zip |
callgrind: initial notes
Diffstat (limited to 'src/trace_profile/README.md')
-rw-r--r-- | src/trace_profile/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trace_profile/README.md b/src/trace_profile/README.md index 140d496..a0168b8 100644 --- a/src/trace_profile/README.md +++ b/src/trace_profile/README.md @@ -1,7 +1,8 @@ # Trace and Profile +- [time](./time.md) - [strace](./strace.md) - [ltrace](./ltrace.md) - [perf](./perf.md) - [OProfile](./oprofile.md) -- [time](./time.md) +- [callgrind](./callgrind.md) |