We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7044cd commit 1b6b88aCopy full SHA for 1b6b88a
src/mezz/mezz-debug.reb
@@ -174,7 +174,7 @@ profile: function [
174
blocks [block!] "Block of code values (block, word, or function) to profile"
175
/times "Running the test code multiple times, results are average"
176
count [integer!] "Default value is 10, minimum is 2 and maximum 1000"
177
- /quiet "Don't print results, return [time evaluations series-made series-expanded memory source] results instead"
+ /quiet "Returns [time evaluations series-made series-expanded memory source] results only"
178
][
179
; limit the number of code runs. There is GC forced between each run, which may be time consuming!
180
; As the output is counted as an average of each run result, it does not make sense to have too many of them.
0 commit comments