embed memory utilization data in dump-info #49160
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dart2js
Now that dart2js fetches within the process how much RAM it uses, we'd like to include it in the data of dart2js_info.
It would also be helpful to add more details to both compile-time and RAM data to segment the data by phase (or a way to aggregate the data from multiple phases if that's possible). One challenge for this is to allow to aggregate the data across sequential steps (with serialization), but be cautious to not disturb caching data between phases (possibly by adding this data on the side on a separate file that is not consumed except for the dump-info aggregation process).
The text was updated successfully, but these errors were encountered: