We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0280c commit f72b297Copy full SHA for f72b297
src/mezz/mezz-debug.reb
@@ -16,7 +16,7 @@ dt: delta-time: function [
16
{Delta-time - returns the time it takes to evaluate the block.}
17
block [block!]
18
][
19
- recycle ; force GC, so there is less change that it is fired in `do block`
+ recycle ; force GC, so there is less chance that it is fired in `do block`
20
start: stats/timer
21
do block
22
stats/timer - start
@@ -190,6 +190,7 @@ profile: function [
190
all [word? :blk block? code: get/any :blk][]
191
code: to block! :blk
192
]
193
+ code: copy/deep code
194
data: try [delta-profile :code]
195
if error? data [
196
keep/only reduce [0:0:0 0 0 0 0 :blk]
0 commit comments