← 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/Assert.pm
StatementsExecuted 10 statements in 95µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1119µs10µsTest2::EventFacet::Assert::::BEGIN@2Test2::EventFacet::Assert::BEGIN@2
1116µs6µsTest2::EventFacet::Assert::::BEGIN@7Test2::EventFacet::Assert::BEGIN@7
1114µs49µsTest2::EventFacet::Assert::::BEGIN@8Test2::EventFacet::Assert::BEGIN@8
1113µs19µsTest2::EventFacet::Assert::::BEGIN@3Test2::EventFacet::Assert::BEGIN@3
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::Assert;
2218µs212µs
# spent 10µs (9+2) within Test2::EventFacet::Assert::BEGIN@2 which was called: # once (9µs+2µs) by Test2::Event::BEGIN@16 at line 2
use strict;
# spent 10µs making 1 call to Test2::EventFacet::Assert::BEGIN@2 # spent 2µs making 1 call to strict::import
3235µs234µs
# spent 19µs (3+15) within Test2::EventFacet::Assert::BEGIN@3 which was called: # once (3µs+15µs) by Test2::Event::BEGIN@16 at line 3
use warnings;
# spent 19µs making 1 call to Test2::EventFacet::Assert::BEGIN@3 # spent 15µs making 1 call to warnings::import
4
51200nsour $VERSION = '1.302198';
6
7224µs16µs
# spent 6µs within Test2::EventFacet::Assert::BEGIN@7 which was called: # once (6µs+0s) by Test2::Event::BEGIN@16 at line 7
BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }
# spent 6µs making 1 call to Test2::EventFacet::Assert::BEGIN@7
8216µs294µs
# spent 49µs (4+46) within Test2::EventFacet::Assert::BEGIN@8 which was called: # once (4µs+46µs) by Test2::Event::BEGIN@16 at line 8
use Test2::Util::HashBase qw{ -pass -no_debug -number };
# spent 49µs making 1 call to Test2::EventFacet::Assert::BEGIN@8 # spent 46µs making 1 call to Test2::Util::HashBase::import
9
1012µs1;
11
12__END__