mozilla-spidermonkey / jsparagus

Experimental JS parser-generator project.
Other
437 stars 20 forks source link

Script for gathering performance metrics #177

Open jorendorff opened 4 years ago

jorendorff commented 4 years ago

We want to be able to graph performance week over week. So we should start collecting comparable numbers as soon as possible.

Performance metrics

nbp commented 4 years ago

Here is an example of code which is collecting information about the execution of the JS Shell, using a FIFO: https://github.com/nbp/seqrec