diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-01 13:28:56 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-01 13:28:56 +0100 |
| commit | b09fbc38a3e3b9b108acfad7237976730004599d (patch) | |
| tree | 51f4cb4273a7ffcd9ec8f727882adb9ea8c80d54 | |
| parent | fddadeaaf3e2d86bea23aac21734a0de43555a06 (diff) | |
| download | mitjafelicijan.com-b09fbc38a3e3b9b108acfad7237976730004599d.tar.gz | |
Typo fix
| -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. |
