IPC::Run3::ProfLogger(3) | User Contributed Perl Documentation | IPC::Run3::ProfLogger(3) |
IPC::Run3::ProfLogger - write profiling data to a log file
use IPC::Run3::ProfLogger; my $logger = IPC::Run3::ProfLogger->new; ## write to "run3.out" my $logger = IPC::Run3::ProfLogger->new( Destination => $fn ); $logger->app_call( \@cmd, $time ); $logger->run_exit( \@cmd1, @times1 ); $logger->run_exit( \@cmd1, @times1 ); $logger->app_exit( $time );
Used by IPC::Run3 to write a profiling log file. Does not generate reports or maintain statistics; its meant to have minimal overhead.
Its API is compatible with a tiny subset of the other IPC::Run profiling classes.
Copyright 2003, R. Barrie Slaymaker, Jr., All Rights Reserved
You may use this module under the terms of the BSD, Artistic, or GPL licenses, any version.
Barrie Slaymaker <barries@slaysys.com>
2014-03-29 | perl v5.34.0 |