iopipe / iopipe-js-profiler

Profiling and tracing for AWS Lambda
https://www.iopipe.com
Apache License 2.0
11 stars 7 forks source link

Support heap profiling #4

Closed ewindisch closed 6 years ago

ewindisch commented 7 years ago

Users are likely to desire heap profiling. This might make sense in this plugin as we already install the dependency and will already be making calls to the s3-preauth-api and s3.

I did some research and while heap snapshots are documented, heap profiling is not documented for v8-profiler. It does seem to be implemented, but it's not clear if it's working correctly.

ewindisch commented 6 years ago

Location of WIP branch: https://github.com/ewindisch/iopipe-plugin-profiler/tree/heaps