gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
757
stars
55
forks
source link
Feature/java async-profiler memory usage logging #617
Closed
guybortnikov closed 1 year ago
Description
Log async-profiler memory usage every cycle.
Related Issue
Closes https://github.com/Granulate/gprofiler/issues/490
Motivation and Context
Get information about amount of memory the gProfiler consumes in java processes.
Checklist:
Should be updated once https://github.com/Granulate/async-profiler/pull/3 merges