← 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:09 2023

Filename/usr/lib/x86_64-linux-gnu/perl-base/utf8.pm
StatementsExecuted 11 statements in 1.90ms
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1111.86ms1.88msutf8::::BEGIN@4utf8::BEGIN@4
1118µs10µsutf8::::BEGIN@3utf8::BEGIN@3
4447µs7µsutf8::::importutf8::import
4222µs2µsutf8::::encodeutf8::encode (xsub)
0000s0sutf8::::AUTOLOADutf8::AUTOLOAD
0000s0sutf8::::unimportutf8::unimport
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package utf8;
2
3220µs211µs
# spent 10µs (8+2) within utf8::BEGIN@3 which was called: # once (8µs+2µs) by main::BEGIN@4 at line 3
use strict;
# spent 10µs making 1 call to utf8::BEGIN@3 # spent 2µs making 1 call to strict::import
421.87ms21.90ms
# spent 1.88ms (1.86+21µs) within utf8::BEGIN@4 which was called: # once (1.86ms+21µs) by main::BEGIN@4 at line 4
use warnings;
# spent 1.88ms making 1 call to utf8::BEGIN@4 # spent 16µs making 1 call to warnings::import
5
61100nsour $hint_bits = 0x00800000;
7
81100nsour $VERSION = '1.24';
9our $AUTOLOAD;
10
11
# spent 7µs within utf8::import which was called 4 times, avg 2µs/call: # once (3µs+0s) by IO::Prompter::BEGIN@3 at line 3 of IO/Prompter.pm # once (2µs+0s) by Gradescope::Translate::BEGIN@3 at line 3 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/lib/Gradescope/Translate.pm # once (2µs+0s) by Gradescope::Color::BEGIN@3 at line 3 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/lib/Gradescope/Color.pm # once (1µs+0s) by main::BEGIN@4 at line 4 of /home/hejohns/documentsNoSync/22f/490/gradescope-utils/bin/split.pl
sub import {
12412µs $^H |= $hint_bits;
13}
14
15sub unimport {
16 $^H &= ~$hint_bits;
17}
18
19sub AUTOLOAD {
20 goto &$AUTOLOAD if defined &$AUTOLOAD;
21 require Carp;
22 Carp::croak("Undefined subroutine $AUTOLOAD called");
23}
24
2512µs1;
26__END__
 
# spent 2µs within utf8::encode which was called 4 times, avg 625ns/call: # 3 times (2µs+0s) by base::__ANON__[/usr/lib/x86_64-linux-gnu/perl-base/base.pm:75] at line 73 of base.pm, avg 600ns/call # once (700ns+0s) by Pod::Simple::LinkSection::BEGIN@7 at line 98 of Pod/Simple/BlackBox.pm
sub utf8::encode; # xsub