You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aggregate instrumentation points can represent a fixed cost to start executing the instruction and then an incremental cost to continue execution based on the size or amplitude of the inputs. For that reason the usual single constant cost is not sufficient for this instrumentation kind.
Furthermore, implementing this would potentially allow merging Aggregate with some other instrumentation kinds, such as would be the case in:
loop
aggregate
end
The text was updated successfully, but these errors were encountered:
Aggregate instrumentation points can represent a fixed cost to start executing the instruction and then an incremental cost to continue execution based on the size or amplitude of the inputs. For that reason the usual single constant cost is not sufficient for this instrumentation kind.
Furthermore, implementing this would potentially allow merging
Aggregate
with some other instrumentation kinds, such as would be the case in:The text was updated successfully, but these errors were encountered: