aboutsummaryrefslogtreecommitdiff
path: root/_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md
diff options
context:
space:
mode:
Diffstat (limited to '_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md')
-rw-r--r--_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md b/_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md
index ecd69e1..0475066 100644
--- a/_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md
+++ b/_posts/posts/2024-02-28-converting-valgrind-callgrinds-to-svg-format.md
@@ -94,7 +94,7 @@ cat out.zig.dot | dot -Tsvg > out.zig.svg
94![SVG callgrind for Zig program](/assets/posts/valgrind-callgrind-svg/out.zig.svg) 94![SVG callgrind for Zig program](/assets/posts/valgrind-callgrind-svg/out.zig.svg)
95 95
96Now, to be fair 96Now, to be fair
97[Kcachegrind](https://kcachegrind.github.io/html/Home.html) is much nices 97[Kcachegrind](https://kcachegrind.github.io/html/Home.html) is much nicer
98for local exploration and digging deep into the callgraphs, but the SVG 98for local exploration and digging deep into the callgraphs, but the SVG
99format can still provide valid information for documentation and things 99format can still provide valid information for documentation and things
100of that nature. 100of that nature.