Skip to content

1.2.12

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 18:53
· 427 commits to master since this release
ab54902
  • python: Include modules version info in each frame.
  • Add a dummy frame that includes the "app id": extra information beyond the "process name" which is the first frame.
    • For Python, it may include the script name / executed module.
    • For Java, may include the jar name.
    • For some frameworks, different options exist.
  • Terminate child processes upon gProfiler death via PDEATHSIG. Useful for abnormal deaths where long-running processes such as perf can leak.
  • python: Upgrade PyPerf to fix native stacks on <5 kernels.
  • java: Expand --java-safemode option into a mask of options instead of one flag.
  • java: Enable profiling on JDK 17 (when safemode is on).
  • java: Disable profiling upon proc_events fatal signal exits.
  • Improve samples scaling & merging logic.