ddprof icon indicating copy to clipboard operation
ddprof copied to clipboard

Group all PID dependant objects under a single object (Refactor)

Open r1viollet opened this issue 3 years ago • 2 comments

Description

We are calling many different pid clean up functions instead of grouping everything under a single call.

r1viollet avatar Oct 20 '22 06:10 r1viollet

The following PR improves the object model https://github.com/DataDog/ddprof/pull/400

r1viollet avatar Apr 07 '24 08:04 r1viollet

The remaining work involves moving

  • DSO objects to the process object
  • Some of the symbol caching objects

The one drawback is having a process object that has many dependencies.

r1viollet avatar Apr 09 '24 12:04 r1viollet