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.
@time
1 parent 20d907b commit 2e77886Copy full SHA for 2e77886
presentations/intro-julia/index.qmd
@@ -224,7 +224,7 @@ Julia comes with a simple macro [`@time`](https://docs.julialang.org/en/v1/base/
224
::: {.callout-note}
225
## Caveat
226
227
-This may not provide useful information for very quick functions (resolution is of the order of ~millisecond):
+This may not provide useful information for very quick functions (resolution is of the order of ~microsecond):
228
229
```{julia}
230
#| echo: true
0 commit comments