← Index
NYTProf Performance Profile   « line view »
For split.pl
  Run on Thu Apr 20 02:05:47 2023
Reported on Thu Apr 20 18:31:10 2023

Filename/usr/lib/x86_64-linux-gnu/perl-base/builtin.pm
StatementsExecuted 5 statements in 45µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11116µs17µsbuiltin::::BEGIN@3builtin::BEGIN@3
33315µs15µsbuiltin::::importbuiltin::import (xsub)
1114µs22µ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.006;
2
3227µs219µs
# spent 17µs (16+1) within builtin::BEGIN@3 which was called: # once (16µs+1µs) by main::BEGIN@41 at line 3
use strict;
# spent 17µs making 1 call to builtin::BEGIN@3 # spent 2µs making 1 call to strict::import
4217µs240µs
# spent 22µs (4+18) within builtin::BEGIN@4 which was called: # once (4µs+18µs) by main::BEGIN@41 at line 4
use warnings;
# spent 22µs making 1 call to builtin::BEGIN@4 # spent 18µ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
1012µs1;
11__END__
 
# spent 15µs within builtin::import which was called 3 times, avg 5µs/call: # once (5µs+0s) by main::BEGIN@41 at line 41 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/bin/split.pl # once (5µs+0s) by Gradescope::Translate::BEGIN@10 at line 10 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/lib/Gradescope/Translate.pm # once (5µs+0s) by Gradescope::Color::BEGIN@10 at line 10 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/lib/Gradescope/Color.pm
sub builtin::import; # xsub