1IPC::Run3::ProfLogReadeUrs(e3r)Contributed Perl DocumentIaPtCi:o:nRun3::ProfLogReader(3)
2
3
4
6 IPC::Run3::ProfLogReader - read and process a ProfLogger file
7
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
21 Reads a log file. Use the filename "-" to read from STDIN.
22
24 "IPC::Run3::ProfLogReader->new( ... )"
25
26 "$reader->set_handler( $handler )"
27
28 "$reader->get_handler()"
29
30 "$reader->read()"
31
32 "$reader->read_all()"
33
34 This method reads until there is nothing left to read, and then returns
35 true.
36
39 Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved
40
42 You may use this module under the terms of the BSD, Artistic, or GPL
43 licenses, any version.
44
46 Barrie Slaymaker <barries@slaysys.com>
47
48
49
50perl v5.8.8 2007-10-08 IPC::Run3::ProfLogReader(3)