diff options
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.md | 2 |
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 |  | 94 |  |
| 95 | 95 | ||
| 96 | Now, to be fair | 96 | Now, 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 |
| 98 | for local exploration and digging deep into the callgraphs, but the SVG | 98 | for local exploration and digging deep into the callgraphs, but the SVG |
| 99 | format can still provide valid information for documentation and things | 99 | format can still provide valid information for documentation and things |
| 100 | of that nature. | 100 | of that nature. |
