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/SUMMARY.md | |
parent | 42c4782598dae5728539b24f83ebafc3e33b7448 (diff) | |
download | notes-2cee0b6c1225d96cfd46274071a6f158c411cae7.tar.gz notes-2cee0b6c1225d96cfd46274071a6f158c411cae7.zip |
callgrind: initial notes
Diffstat (limited to 'src/SUMMARY.md')
-rw-r--r-- | src/SUMMARY.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0073de0..d0e83ff 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -31,11 +31,12 @@ - [pstack](./monitor/pstack.md) - [Trace and Profile](./trace_profile/README.md) + - [time](./trace_profile/time.md) - [strace](./trace_profile/strace.md) - [ltrace](./trace_profile/ltrace.md) - [perf](./trace_profile/perf.md) - [OProfile](./trace_profile/oprofile.md) - - [time](./trace_profile/time.md) + - [callgrind](./trace_profile/callgrind.md) - [Binary](./binary/README.md) - [od](./binary/od.md) |