iopipe / iopipe-js-profiler

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

Export to linux `perf` #5

Open ewindisch opened 7 years ago

ewindisch commented 7 years ago

The perf tool on Linux is a somewhat standard way of working with profiling information. v8 itself supports exporting to this tool already! It isn't clear if we can do this with the v8-profiler module or not.

filed as a possibly interesting feature / improvement.