beakerlib-profiling(1)

PROFILING.SH(1) User Contributed Perl Documentation PROFILING.SH(1)

NAME

BeakerLib - profiling - helper for profiling beakerlib itself

DESCRIPTION

Functions for generating and processing the beakerlib performance profile.

Beakerlib Profiling

Enable profiling

Set environment variable BEAKERLIB_PROFILING=1

    BEAKERLIB_PROFILING=1 make run

A file /dev/shm/beakerlib_profile will be created for later processing.

Process the profile

    /usr/share/beakerlib/profiling.sh process > profile.csv

AUTHORS

Dalibor Pospisil <dapospis@redhat.com>
2026-08-11 perl v5.38.4