1IPC::Run3::ProfPP(3) User Contributed Perl Documentation IPC::Run3::ProfPP(3)
2
3
4
6 IPC::Run3::ProfPP - Generate reports from IPC::Run3 profiling data
7
10 Used by IPC::Run3 and/or run3profpp to print out profiling reports for
11 human readers. Use other classes for extracting data in other ways.
12
13 The output methods are plain text, override these (see the source for
14 now) to provide other formats.
15
16 This class generates reports on each run3_exit() and app_exit() call.
17
19 "IPC::Run3::ProfPP->new()"
20 Returns a new profile reporting object.
21
22 "$profpp->handle_app_call()"
23 "$profpp->handle_app_exit()"
24 "$profpp->handle_run_exit()"
27 Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved
28
30 You may use this module under the terms of the BSD, Artistic, or GPL
31 licenses, any version.
32
34 Barrie Slaymaker <barries@slaysys.com>
35
36
37
38perl v5.32.1 2021-01-27 IPC::Run3::ProfPP(3)