spark

spark

118M Downloads

Config options to configure background profiler

NonSwag opened this issue ยท 0 comments

commented

Description

Options to configure the default behavior for the background profiler
In other terms: flags the background profiler uses like when starting a profiler via the command

  • --ignore-sleeping
  • --thread x (--regex)
  • --combine-all
  • --not-combined
  • --alloc
  • --only-ticks-over x

Proposed Behaviour

This would make it possible to customize the background profiler in a way the user prefers without having to manually start a profiler with the custom flags

Extra Details

No response