← 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:04 2021

Filename/usr/local/lib/perl5/site_perl/Specio.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sSpecio::::BEGIN@3Specio::BEGIN@3
0000s0sSpecio::::BEGIN@4Specio::BEGIN@4
0000s0sSpecio::::BEGIN@6Specio::BEGIN@6
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Specio;
2
3use strict;
4use warnings;
5
6use 5.008;
7
8our $VERSION = '0.47';
9
101;
11
12# ABSTRACT: Type constraints and coercions for Perl
13
14__END__