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 452d889 commit 8d0055eCopy full SHA for 8d0055e
docs/src/lecture_05/lecture.md
@@ -228,7 +228,7 @@ BenchmarkTools.Trial: 11 samples with 1 evaluation.
228
229
We can see that we have approximately 3-fold improvement.
230
231
-Let's profile again, not forgetting to use `Profile.clear()` to clear already stored probes.
+Let's profile again.
232
```
233
prof = @profview g2(p,n)
234
ProfileCanvas.html_file("profiles/profile2.html", prof)
0 commit comments