I try to profile my (typescript) app, which runs in node.js using the instructions from the nodejs.org simple profiling guide. However, the positions are those in the compiled js source file as run by node.
(How) is it possible to enable source map support for the step, to see the locations in the ts source files?
node --prof-process isolate-0xnnnnnnnnnnnn-v8.log > processed.txt
As of August 2017 I did not yet find a solution...