Skip to content

Commit b171da9

Browse files
committed
FIX: improved precision of the profile function
1 parent f72b297 commit b171da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-debug.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ profile: function [
197197
continue
198198
]
199199
loop count - 1 [
200-
temp: delta-profile :code
200+
temp: delta-profile copy/deep :code
201201
foreach [k v] data [ data/(k): v + temp/:k ]
202202
]
203203
keep/only reduce [

0 commit comments

Comments
 (0)