1PROFILING.SH(1) User Contributed Perl Documentation PROFILING.SH(1)
2
3
4
6 BeakerLib - profiling - helper for profiling beakerlib itself
7
9 Functions for generating and processing the beakerlib performance
10 profile.
11
12 Beakerlib Profiling
13 Enable profiling
14
15 Set environment variable BEAKERLIB_PROFILING=1
16
17 BEAKERLIB_PROFILING=1 make run
18
19 A file /dev/shm/beakerlib_profile will be created for later processing.
20
21 Process the profile
22
23 /usr/share/beakerlib/profiling.sh process > profile.csv
24
26 ยท Dalibor Pospisil <dapospis@redhat.com>
27
28
29
30perl v5.32.1 2021-03-25 PROFILING.SH(1)