logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

libpipewire-module-profiler - Profiler

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
       }

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.

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
         }
       }
       ]

Module Name

       libpipewire-module-profiler

Module Options

       • profile.interval.ms:  Can  be  used to avoid gathering profiling information on every processing cycle.
         This allows trading off CPU usage for profiling accuracy. Default 0

Name

       libpipewire-module-profiler - Profiler

See Also

       • pw-top: a tool to display realtime profiler data

       • pw-profiler: a tool to collect and render profiler data

PipeWire                                              1.4.5                       libpipewire-module-profiler(7)

See Also