5 ms·
Can this be used with Node.js CPU Profiles?
by unictek 8y ago
Can this be used with Node.js CPU Profiles?
- mspier 8y agoDepends on what you mean by Node.JS CPU profiles, if captured by `perf script`, then yes, otherwise, not yet.
- brendangregg 8y agoYes, I've already used it on Node.js profiles. :) Get any instructions for doing CPU flame graphs with Linux perf (I've written several), and take the output stage of "perf script" and you can browse it in FlameScope.