Man Page: ipc::run3::proflogreader
Operating Environment: mojave
Section: 3
IPC::Run3::ProfLogReader(3) User Contributed Perl Documentation IPC::Run3::ProfLogReader(3)NAMEIPC::Run3::ProfLogReader - read and process a ProfLogger fileSYNOPSISuse IPC::Run3::ProfLogReader; my $reader = IPC::Run3::ProfLogReader->new; ## use "run3.out" my $reader = IPC::Run3::ProfLogReader->new( Source => $fn ); my $profiler = IPC::Run3::ProfPP; ## For example my $reader = IPC::Run3::ProfLogReader->new( ..., Handler => $p ); $reader->read; $eaderr->read_all;DESCRIPTIONReads a log file. Use the filename "-" to read from STDIN.METHODS"IPC::Run3::ProfLogReader->new( ... )" "$reader->set_handler( $handler )" "$reader->get_handler()" "$reader->read()" "$reader->read_all()" This method reads until there is nothing left to read, and then returns true.LIMITATIONSCOPYRIGHTCopyright 2003, R. Barrie Slaymaker, Jr., All Rights ReservedLICENSEYou may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.AUTHORBarrie Slaymaker <barries@slaysys.com> perl v5.18.2 2013-06-11 IPC::Run3::ProfLogReader(3)
| Related Man Pages |
|---|
| ipc::run35.18(3) - mojave |
| ipc::run3::profreporter5.18(3) - mojave |
| ipc::run::debug(3) - suse |
| ipc::run3::profreporter(3) - centos |
| ipc::run::safehandles(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Shopt -s histappend |
| My first PERL incarnation... Audio Oscillograph |
| Python 3.8.0rc1 released. |
| [BASH] eval command not expanding variables as expected. |