beakerlib-profiling - Man Page

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

Info

2023-07-19 perl v5.38.0 User Contributed Perl Documentation