mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 23:42:23 -05:00
d3ae00292f
Let profiled code track frames and arguments called by incrementing a counter for a frame id or frame id and argument. This replaces the same counting by recording the call as part of a history of calls and returns. Updating the array for all calls counted takes enough time to bias the profiled run towards less overall executions. |
||
---|---|---|
.. | ||
benchmark.css | ||
benchmark.js | ||
index.html | ||
suite.css | ||
suite.html | ||
suite.js | ||
video-sensing.html | ||
video-sensing.js |