scratch-vm/src/playground
Michael "Z" Goddard d3ae00292f
add Profiler.increment and Profiler.frame
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.
2019-07-17 15:06:47 -04:00
..
benchmark.css
benchmark.js add Profiler.increment and Profiler.frame 2019-07-17 15:06:47 -04:00
index.html benchmark more loading stats 2019-02-22 16:01:08 -05:00
suite.css
suite.html
suite.js
video-sensing.html
video-sensing.js