You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python/ruby and someday other languages pre-symbolize stacks and send strings instead of instruction offsets. This makes profiling much more expensive for these languages. We need some kind of dynamic symbol table shared between the agent and parca to fix this. The solution should probably also work for JIT'd languages which also have dynamic symbols.
The text was updated successfully, but these errors were encountered:
Python/ruby and someday other languages pre-symbolize stacks and send strings instead of instruction offsets. This makes profiling much more expensive for these languages. We need some kind of dynamic symbol table shared between the agent and parca to fix this. The solution should probably also work for JIT'd languages which also have dynamic symbols.
The text was updated successfully, but these errors were encountered: