libpipewire-module-profiler - Man Page

Profiler

Description

The profiler module provides a Profiler interface for applications that can be used to receive profiling information.

Use tools like pw-top and pw-profiler to collect profiling information about the pipewire graph.

Module Name

libpipewire-module-profiler

Module Options

Config Override

A module.profiler.args config section can be added to override the module arguments.

# ~/.config/pipewire/pipewire.conf.d/my-profiler-args.conf

module.profiler.args = {
    #profile.interval.ms = 10
}

Example Configuration

The module is usually added to the config file of the main pipewire daemon.

context.modules = [
{ name = libpipewire-module-profiler
  args = {
      #profile.interval.ms = 0
  }
}
]

See Also

Referenced By

libpipewire-modules(7).

1.3.82 PipeWire