← Index
NYTProf Performance Profile   « line view »
For t/bug-md-11.t
  Run on Fri Mar 8 13:27:24 2024
Reported on Fri Mar 8 13:30:23 2024

Filename/home/micha/.plenv/versions/5.38.2/lib/perl5/site_perl/5.38.2/Test2/EventFacet/Error.pm
StatementsExecuted 10 statements in 106µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs11µsTest2::EventFacet::Error::::BEGIN@2Test2::EventFacet::Error::BEGIN@2
1117µs7µsTest2::EventFacet::Error::::BEGIN@10Test2::EventFacet::Error::BEGIN@10
1114µs50µsTest2::EventFacet::Error::::BEGIN@11Test2::EventFacet::Error::BEGIN@11
1113µs20µsTest2::EventFacet::Error::::BEGIN@3Test2::EventFacet::Error::BEGIN@3
0000s0sTest2::EventFacet::Error::::facet_keyTest2::EventFacet::Error::facet_key
0000s0sTest2::EventFacet::Error::::is_listTest2::EventFacet::Error::is_list
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Test2::EventFacet::Error;
2218µs213µs
# spent 11µs (9+2) within Test2::EventFacet::Error::BEGIN@2 which was called: # once (9µs+2µs) by Test2::Event::BEGIN@18 at line 2
use strict;
# spent 11µs making 1 call to Test2::EventFacet::Error::BEGIN@2 # spent 2µs making 1 call to strict::import
3246µs236µs
# spent 20µs (3+17) within Test2::EventFacet::Error::BEGIN@3 which was called: # once (3µs+17µs) by Test2::Event::BEGIN@18 at line 3
use warnings;
# spent 20µs making 1 call to Test2::EventFacet::Error::BEGIN@3 # spent 17µs making 1 call to warnings::import
4
51400nsour $VERSION = '1.302198';
6
7sub facet_key { 'errors' }
8sub is_list { 1 }
9
10221µs17µs
# spent 7µs within Test2::EventFacet::Error::BEGIN@10 which was called: # once (7µs+0s) by Test2::Event::BEGIN@18 at line 10
BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
# spent 7µs making 1 call to Test2::EventFacet::Error::BEGIN@10
11219µs296µs
# spent 50µs (4+46) within Test2::EventFacet::Error::BEGIN@11 which was called: # once (4µs+46µs) by Test2::Event::BEGIN@18 at line 11
use Test2::Util::HashBase qw{ -tag -fail };
# spent 50µs making 1 call to Test2::EventFacet::Error::BEGIN@11 # spent 46µs making 1 call to Test2::Util::HashBase::import
12
1312µs1;
14
15__END__