aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-01 13:28:56 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-01 13:28:56 +0100
commitb09fbc38a3e3b9b108acfad7237976730004599d (patch)
tree51f4cb4273a7ffcd9ec8f727882adb9ea8c80d54
parentfddadeaaf3e2d86bea23aac21734a0de43555a06 (diff)
downloadmitjafelicijan.com-b09fbc38a3e3b9b108acfad7237976730004599d.tar.gz
Typo fix
-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.