1IPC::Run3::ProfLogReadeUrs(e3r)Contributed Perl DocumentIaPtCi:o:nRun3::ProfLogReader(3)
2
3
4

NAME

6       IPC::Run3::ProfLogReader -  read and process a ProfLogger file
7

SYNOPSIS

9        use IPC::Run3::ProfLogReader;
10
11        my $reader = IPC::Run3::ProfLogReader->new; ## use "run3.out"
12        my $reader = IPC::Run3::ProfLogReader->new( Source => $fn );
13
14        my $profiler = IPC::Run3::ProfPP;   ## For example
15        my $reader   = IPC::Run3::ProfLogReader->new( ..., Handler => $p );
16
17        $reader->read;
18        $eaderr->read_all;
19

DESCRIPTION

21       Reads a log file.  Use the filename "-" to read from STDIN.
22

METHODS

24   "IPC::Run3::ProfLogReader->new( ... )"
25   "$reader->set_handler( $handler )"
26   "$reader->get_handler()"
27   "$reader->read()"
28   "$reader->read_all()"
29       This method reads until there is nothing left to read, and then returns
30       true.
31

LIMITATIONS

34           Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved
35

LICENSE

37       You may use this module under the terms of the BSD, Artistic, or GPL
38       licenses, any version.
39

AUTHOR

41       Barrie Slaymaker <barries@slaysys.com>
42
43
44
45perl v5.36.0                      2022-07-22       IPC::Run3::ProfLogReader(3)
Impressum