logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

Barrie Slaymaker <barries@slaysys.com> perl v5.38.2 2024-01-27 IPC::Run3::ProfLogReader(3pm)

Description

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

License

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

Limitations

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.

Name

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

Synopsis

use 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;

See Also