We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f40bd commit cc8a470Copy full SHA for cc8a470
blog/_posts/2018-06-04-scalac-profiling.md
@@ -704,7 +704,7 @@ shapeless.Strict[caseapp.core.Parser[bloop.cli.Commands.Run]] (id 12121) (expand
704
On every stack trace, you have also the information about the timing. The
705
unit of time is microseconds. So one million μs is one second. We use
706
microseconds because flamegraphs cannot display decimal values and we want
707
-to lose as litle time precision as possible.
+to lose as little time precision as possible.
708
709
Beware that an implicit search may not appear in the flamegraph even if it's
710
performed by `scalac`. There could be implicit searches that are so fast to
0 commit comments