← Index
NYTProf Performance Profile   « line view »
For /usr/local/libexec/sympa/task_manager-debug.pl
  Run on Tue Jun 1 22:32:51 2021
Reported on Tue Jun 1 22:35:09 2021

Filename/usr/local/lib/perl5/site_perl/mach/5.32/Clone.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1507116.18s6.18sClone::::cloneClone::clone (xsub)
0000s0sClone::::BEGIN@3Clone::BEGIN@3
0000s0sClone::::BEGIN@4Clone::BEGIN@4
0000s0sClone::::bootstrapClone::bootstrap (xsub)
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Clone;
2
3use strict;
4use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
5
6require Exporter;
7require DynaLoader;
8require AutoLoader;
9
10@ISA = qw(Exporter DynaLoader);
11@EXPORT = qw();
12@EXPORT_OK = qw( clone );
13
14$VERSION = '0.45';
15
16bootstrap Clone $VERSION;
17
181;
19__END__
 
# spent 6.18s within Clone::clone which was called 1507 times, avg 4.10ms/call: # 1507 times (6.18s+0s) by Sympa::Tools::Data::clone_var at line 142 of /usr/local/libexec/sympa/Sympa/Tools/Data.pm, avg 4.10ms/call
sub Clone::clone; # xsub