Skip to content

Commit 8c84d4f

Browse files
committed
Clarify use of svg
1 parent 9d21ad9 commit 8c84d4f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

blog/_posts/2018-06-04-scalac-profiling.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,9 @@ After we're all set up, we'll then get an `svg` file that looks like this:
453453
454454
[![Initial flamegraph of implicit search in `frontend`](/resources/img/blog/bloop-profile-0.png)](/resources/img/blog/bloop-profile-0.svg)
455455
456-
(The flamegraph is a png image. You can check the svg by opening the image in
457-
a new tab and replacing `png` by `svg` in the URL. The svg images allows you to
458-
hover on every stack, search through the stack entries and check the
459-
compilation times of every box.)
456+
(The flamegraph in the blog post is a png image. You can check the svg by
457+
opening the image in a new tab. Svg images allow you to hover on every stack,
458+
search through the stack entries and check the compilation times of every box.)
460459
461460
We finally have a visual of all the implicit searches our program is doing,
462461
and how their dependencies look like. But before we keep finding out what the

0 commit comments

Comments
 (0)