Query: ipc::run3::proflogger
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IPC::Run3::ProfLogger(3) User Contributed Perl Documentation IPC::Run3::ProfLogger(3)NAMEIPC::Run3::ProfLogger - write profiling data to a log fileSYNOPSISuse 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 );DESCRIPTIONUsed 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.METHODS"IPC::Run3::ProfLogger->new( ... )" "$logger->run_exit( ... )" "$logger->app_exit( $arg )" "$logger->app_call( $t, @args)"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.16.2 2011-12-23 IPC::Run3::ProfLogger(3)
| Related Man Pages | 
|---|
| loggerappender(n) - mojave | 
| ipc::run3(3) - centos | 
| loggerappender(n) - suse | 
| ipc::run3(3) - osx | 
| ipc::run::debug(3) - suse | 
| Similar Topics in the Unix Linux Community | 
|---|
| Mac OS X: Based on UNIX - Solid As a Rock | 
| Installing Dash Shell on OS X Lion | 
| Undeletable file | 
| A dash to GOTO or a dash from GOTO, that is the question... | 
| Syntax error in subtraction in Bash |