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.
2 parents 408a1ed + 0870993 commit 45052b1Copy full SHA for 45052b1
doc/manual.md
@@ -91,7 +91,7 @@ Alternatively, you can use the `@btime` or `@belapsed` macros.
91
These take exactly the same arguments as `@benchmark`, but
92
behave like the `@time` or `@elapsed` macros included with
93
Julia: `@btime` prints the minimum time and memory allocation
94
-before returning the value of the expression, while `@elapsed`
+before returning the value of the expression, while `@belapsed`
95
returns the minimum time in seconds.
96
97
```julia
0 commit comments