← 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:05 2021
Filename
/root/Specio::Constraint::Union->_inline_generator
Statements
Executed 0 statements in 0s
Subroutines
Calls
P
F
Exclusive
Time
Inclusive
Time
Subroutine
0
0
0
0s
0s
__ANON__[Specio::Constraint::::Union->_inline_generator:7]
__ANON__[Specio::Constraint::
Union->_inline_generator:7]
Call graph for these subroutines as a
Graphviz
dot language file
.
Line
State
ments
Time
on line
Calls
Time
in subs
Code
1
sub {
2
unless ( exists $_[0]->{_inline_generator} ) {
3
$_[0]->{_inline_generator} = $_[0]->_build_inline_generator;
4
Scalar::Util::weaken( $_[0]->{_inline_generator} ) if 0 && ref $_[0]->{_inline_generator};
5
}
6
$_[0]->{_inline_generator};
7
}
8
;
9