Skip to content

1.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 17:34
· 524 commits to master since this release
bebf900
  • Add metrics & metadata collection: gProfiler collects system metrics (CPU & memory utilization) & static metadata (OS version, hardware info, cloud metadata). These will augment the data displayed in the backend.
  • java: Identify Java process to profile by existence of libjvm.so in their /proc/pid/maps.
  • java: Allow sending detailed native samples in case there are no debug symbols; the extra data allows to add proper symbols information in the backend. Currently disabled, until backend support will be added.
  • python: Add timeout to py-spy runs
  • Bugfix: attempt to fix-up numerous output files situation of PyPerf (delete all & use the latest)
  • Print nicer exceptions: if Python processes go down before profiling starts, if ldd is missing, if gProfiler failed to take its lock due to an error.