From c4a1df60a4838169cea8dbbaebbc1e3cab90f81d Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Mon, 2 Nov 2020 16:44:08 +0000 Subject: [PATCH] Slightly tweak presentation for consistency If I missed something crucial in my minor edits of the wording of the descriptions, please let me know, @MFTabriz. --- sheets/heaptrack | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sheets/heaptrack b/sheets/heaptrack index c935419..37377b6 100644 --- a/sheets/heaptrack +++ b/sheets/heaptrack @@ -1,14 +1,14 @@ # heaptrack -# A heap memory profiler for Linux -# heaptrack traces all memory allocations and annotates these events with stack traces. -# More information: . +# Heap memory profiler for Linux +# Utility to trace all memory allocations and annotate these events with stack +# traces. More information: . - -# launch your_exec and start tracing its memory allocations. The code will exit with the path to your profile data file. +# Launch your_exec, then start tracing its memory allocations. The code will +# exit with the path to your profile data file. heaptrack ./your_exec -# Analyze the heaptrack profiling data using the heaptrack GUI tool +# Analyze the heaptrack profiling data using the heaptrack GUI tool. heaptrack_gui heaptrack.your_exec.pid.zst -# Analyze the heaptrack profiling data using the heaptrack simple CLI tool +# Analyze the heaptrack profiling data using the heaptrack simple CLI tool. heaptrack_print heaptrack.your_exec.pid.zst