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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.