← 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/Test/Builder/TodoDiag.pm
StatementsExecuted 8 statements in 120µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11110µs11µsTest::Builder::TodoDiag::::BEGIN@2Test::Builder::TodoDiag::BEGIN@2
1117µs7µsTest::Builder::TodoDiag::::BEGIN@7Test::Builder::TodoDiag::BEGIN@7
1113µs20µsTest::Builder::TodoDiag::::BEGIN@3Test::Builder::TodoDiag::BEGIN@3
0000s0sTest::Builder::TodoDiag::::diagnosticsTest::Builder::TodoDiag::diagnostics
0000s0sTest::Builder::TodoDiag::::facet_dataTest::Builder::TodoDiag::facet_data
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Test::Builder::TodoDiag;
2218µs213µs
# spent 11µs (10+2) within Test::Builder::TodoDiag::BEGIN@2 which was called: # once (10µs+2µs) by Test::Builder::BEGIN@37 at line 2
use strict;
# spent 11µs making 1 call to Test::Builder::TodoDiag::BEGIN@2 # spent 2µs making 1 call to strict::import
3232µs237µs
# spent 20µs (3+17) within Test::Builder::TodoDiag::BEGIN@3 which was called: # once (3µs+17µs) by Test::Builder::BEGIN@37 at line 3
use warnings;
# spent 20µs making 1 call to Test::Builder::TodoDiag::BEGIN@3 # spent 17µs making 1 call to warnings::import
4
51200nsour $VERSION = '1.302198';
6
7268µs17µs
# spent 7µs within Test::Builder::TodoDiag::BEGIN@7 which was called: # once (7µs+0s) by Test::Builder::BEGIN@37 at line 7
BEGIN { require Test2::Event::Diag; our @ISA = qw(Test2::Event::Diag) }
# spent 7µs making 1 call to Test::Builder::TodoDiag::BEGIN@7
8
9sub diagnostics { 0 }
10
11sub facet_data {
12 my $self = shift;
13 my $out = $self->SUPER::facet_data();
14 $out->{info}->[0]->{debug} = 0;
15 return $out;
16}
17
1812µs1;
19
20__END__