← Index
NYTProf Performance Profile   
For test.pl
  Run on Mon Apr 5 14:31:27 2021
Reported on Mon Apr 5 14:31:40 2021

Filename(eval 2)[/home/leont/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/Carp.pm:116]
StatementsExecuted 1 statements in 3µs
Eval Invoked At/home/leont/perl5/perlbrew/perls/perl-5.32.0/lib/5.32.0/Carp.pm line 116
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
0000s0sCarp::::__ANON__[:4]Carp::__ANON__[:4]
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1sub ($) {
2 my $u = utf8::native_to_unicode($_[0]);
3 $u >= 0x20 && $u <= 0x7e;
413µs }
5;