← 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/usr/local/lib/perl5/site_perl/Specio/Constraint/Simple.pm
StatementsExecuted 0 statements in 0s
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sSpecio::Constraint::Simple::::BEGIN@3Specio::Constraint::Simple::BEGIN@3
0000s0sSpecio::Constraint::Simple::::BEGIN@4Specio::Constraint::Simple::BEGIN@4
0000s0sSpecio::Constraint::Simple::::BEGIN@8Specio::Constraint::Simple::BEGIN@8
0000s0sSpecio::Constraint::Simple::::BEGIN@9Specio::Constraint::Simple::BEGIN@9
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Specio::Constraint::Simple;
2
3use strict;
4use warnings;
5
6our $VERSION = '0.47';
7
8use Role::Tiny::With;
9use Specio::OO;
10
11with 'Specio::Constraint::Role::Interface';
12
13__PACKAGE__->_ooify;
14
151;
16
17# ABSTRACT: Class for simple (non-parameterized or specialized) types
18
19__END__