← 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/5.38.2/builtin.pm
StatementsExecuted 5 statements in 35µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11111µs12µsbuiltin::::BEGIN@3builtin::BEGIN@3
1113µs3µsbuiltin::::importbuiltin::import (xsub)
1113µs17µsbuiltin::::BEGIN@4builtin::BEGIN@4
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package builtin 0.008;
2
3220µs214µs
# spent 12µs (11+1) within builtin::BEGIN@3 which was called: # once (11µs+1µs) by File::Copy::BEGIN@14 at line 3
use strict;
# spent 12µs making 1 call to builtin::BEGIN@3 # spent 1µs making 1 call to strict::import
4214µs231µs
# spent 17µs (3+14) within builtin::BEGIN@4 which was called: # once (3µs+14µs) by File::Copy::BEGIN@14 at line 4
use warnings;
# spent 17µs making 1 call to builtin::BEGIN@4 # spent 14µs making 1 call to warnings::import
5
6# All code, including &import, is implemented by always-present functions in
7# the perl interpreter itself.
8# See also `builtin.c` in perl source
9
1011µs1;
11__END__
 
# spent 3µs within builtin::import which was called: # once (3µs+0s) by File::Copy::BEGIN@14 at line 14 of File/Copy.pm
sub builtin::import; # xsub