Name : perl-Devel-Trace-Fork
| |
Version : 0.11
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.8.1
| Date : 2023-01-27 18:12:19
|
Group : Development/Libraries/Perl
| Source RPM : perl-Devel-Trace-Fork-0.11-lp154.8.1.src.rpm
|
Size : 0.02 MB
| |
Packager : https://www_suse_com/
| |
Summary : Devel::Trace-like output for multi-process programs
|
Description :
Like Mark Jason Dominus\'s Devel::Trace module, but debugging output includes additional information like
* a high-resolution timestamp for the time each statement was executed
* the process id of the process that executes each statement
* the current value of the $CHILD_ERROR variable (\'$?\')
This additional information can be helpful for debugging programs that make use of the fork system call to run. For example, the \'Trace::Fork\' output of this program:
if (fork() == 0) { print \"This is the child.\ \"; exit 0; } print \"This is the parent.\ \";
will be a file that looks something like:
/usr/bin/perl test 1268025451 1268025451.815 >> 0.816214:7996:0:test:1: if (fork() == 0) { >> 0.826566:7996:0:test:5: print \"This is the parent.\ \"; >> 0.826684:9572:0:test:2: print \"This is the child.\ \"; >> 0.826941:9572:0:test:3: exit 0;
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-D/15.4/noarch |