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 Produce a benchmark share link storing the report in the url 2018-01-17 12:16:06 -05:00
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 Save and compare results, show individual results in iframe 2018-01-17 12:25:07 -05:00
suite.html Save and compare results, show individual results in iframe 2018-01-17 12:25:07 -05:00
suite.js reduce size of benchmark suite configuration 2018-09-07 14:47:50 -04:00
video-sensing.html Rename playground/motion.html to video-sensing.html 2018-04-03 16:19:52 -04:00
video-sensing.js Rename playground/motion.html to video-sensing.html 2018-04-03 16:19:52 -04:00