Measuring Peak Memory Usage of a Function or Effect
Not sure if Effect-related or just a general javascript question, but is there a convenient way to measure the peak memory usage of a function (or of an Effect)?
I would like to be able to monitor which of my backend REST APIs are memory intensive, so as to be aware of what requires some optimization work most urgently.
No idea what's the best approach for that.
I would like to be able to monitor which of my backend REST APIs are memory intensive, so as to be aware of what requires some optimization work most urgently.
No idea what's the best approach for that.
