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 5f0d0fa commit 7c463d0Copy full SHA for 7c463d0
src/README.profiling.md
@@ -25,7 +25,7 @@ These are tools I recommend for profiling that help get a solid picture.
25
26
Flamegraphs are the core of basic profiling.
27
They enable quickly finding hotspots in execution.
28
-My regularly sampling callstacks, flamegraphs are able to identify where time is being spent.
+By regularly sampling callstacks, flamegraphs are able to identify where time is being spent.
29
This tool simply generates an `svg` to view.
30
31
This is a great place to start if new to profiling, but has a number of limitations.
0 commit comments