cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.45k stars 160 forks source link

Performance reporting of adapters #670

Open lgrignon opened 3 years ago

lgrignon commented 3 years ago

JSweet (2.4) now includes a nice statistics reporting option. It would be great to include a performance breakdown by adapter in order to better identify where to optimize.

One way to do this would be to include a ProfilingAdapter (or PerfsCounterAdapter .. or whatever) before each adapter in the adapters chain.