← 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/Util/Trace.pm
StatementsExecuted 8 statements in 57µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs29µsTest2::Util::Trace::::BEGIN@4Test2::Util::Trace::BEGIN@4
1114µs5µsTest2::Util::Trace::::BEGIN@5Test2::Util::Trace::BEGIN@5
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package Test2::Util::Trace;
21200nsrequire Test2::EventFacet::Trace;
3
4218µs248µs
# spent 29µs (11+18) within Test2::Util::Trace::BEGIN@4 which was called: # once (11µs+18µs) by Test2::API::BEGIN@86 at line 4
use warnings;
# spent 29µs making 1 call to Test2::Util::Trace::BEGIN@4 # spent 18µs making 1 call to warnings::import
5231µs26µs
# spent 5µs (4+1) within Test2::Util::Trace::BEGIN@5 which was called: # once (4µs+1µs) by Test2::API::BEGIN@86 at line 5
use strict;
# spent 5µs making 1 call to Test2::Util::Trace::BEGIN@5 # spent 1µs making 1 call to strict::import
6
716µsour @ISA = ('Test2::EventFacet::Trace');
8
91200nsour $VERSION = '1.302198';
10
1112µs1;
12
13__END__