davidmarkclements / 0x

🔥 single-command flamegraph profiling 🔥
MIT License
3.21k stars 103 forks source link

[question] what does mean in profile "lineNumber":-1? #240

Closed tantra35 closed 2 years ago

tantra35 commented 3 years ago

we profiling the same application runing on different version of nodejs:

  1. nodejs 8
  2. nodejs 12

for some stack frames(in below examples we will reference to function with name process_params) in nodejs8 profiling data "lineNumber" hold -1, and 0x interpret them as stack frames with v8 tag

изображение

but in nodejs12 for stak frame with the same function name in profiling data "lineNumber" holds actual line number and 0x interpret this nodes with deps tag

изображение

We can't interpret this result correctly, what does this really mean? By our measurement nodejs12 for the same application works about 30% slowly

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.